Skip to content

Simple Content Management System build on Django and Django Rest Framework.

License

Notifications You must be signed in to change notification settings

Arvind-4/blog-backend

Repository files navigation

Blog Backend

Simple Content Management System build on Django and Django Rest Framework.

Get the Code

  • 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