Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 383 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 383 Bytes

Blog App Backend:

Description: Django Rest Framework based restful API for the BlogApp CRUD operations.

Installation Instructions:

  1. make a virtual environment by running python3 -m venv env
  2. Open terminal and start virtual environment by running source env/bin/activate
  3. run make local_requirements to make requirements
  4. run make serve to start the django server