This is an API for Car Sales app created with Django Rest Framework.
The entire application is contained within the car_sales
folder.
py -m venv venv
cd ./venv/Scripts/
./activate
pip install -r requirements.txt
py manage.py makemigrations
py manage.py migrate
py manage.py runserver