==================================================================================
This project demonstrates the implementation of Django Rest Framework, a powerful and flexible toolkit for building Web APIs in Django.
-
Clone the Repo:
git clone
-
Create a Virtual Environment:
pip install virutalenv
virtualenv .env
-
Activate Virtual Environment:
source .env/bin/activate
-
Install Dependencies:
pip install -r requirements.txt
-
Run Migrations:
python manage.py migrate
-
Run the Development Server:
python manage.py runserver