- Add mysql login information in the USER environment variables. There has to be one
MYSQL_USERNAMEandMYSQL_PASSWORDvariable with the correct values respectively. - Create a database called
dealership(lowercase) - Run these commands in the folder with
Pipfile:
--pipenv install
--pipenv run python manage.py migrate - To run the backend:
pipenv run python manage.py runserver
(Optional) To create a django admin account run: pipenv run python manage.py createsuperuser
/dealership/cars - information for all cars
/dealership/cars/<id> - information for a specific car by its id
/dealership/evaluate - add options for users to sell their cars to us3