This repository is for The server side of the ecommerce dashboard It has Endpoints to
Clone the Repository:
git clone [repository URL]
Install Dependencies: Navigate to the project directory and run:
pip install -r requirements.txt
This will install all necessary Python libraries as listed in requirements.txt.
python manage.py makemigrations
python manage.py migrate
The above two lines of codes should run for any change made in the models.py
python manage.py runserver