fork
and clone
this repository.cd
frontend in the project root.npm install
to fetch the frontend dependencies.npm start
to spin up a development server.npm run build
to create a production build of frontend.GET api/v1/posts/
GET /api/v1/posts/?post_category=tech
POST api/v1/auth/users/
POST api/v1/auth/users/activation/
POST /api/v1/comment/post/<post-slug>/
GET /api/v1/post/<str:slug>/
GET /api/v1/posts/?post_category=tech
Posted Jan 15, 2024
Django React web application, A suitable MVP for a News Outlet. - GitHub - Jibril14/News-Hub: Django React web application, A suitable MVP for a News Outlet.
0
3