Description: Django Rest Framework based restful API for the BlogApp CRUD operations.
Installation Instructions:
- make a virtual environment by running
python3 -m venv env
- Open terminal and start virtual environment by running
source env/bin/activate
- run
make requirements
to make requirements - run
make serve
to start the django server