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