Simple Content Management System build on Django and Django Rest Framework.
- Clone Repo
mkdir blog-backend
cd blog-backend
git clone https://github.com/Arvind-4/blog-backend.git .
- Install Virtual Environment and Dependencies
pip install virtualenv
python3.10 -m venv .
source bin/activate
pip install -r requirements.txt
- Run Local Server
python manage.py runserver