A backend server program that creates, reads, updates, and deletes vehicles in an garage using Python and Django.
-
Requirements (with links to download)
- Python: https://www.python.org/downloads/
- SQLite: https://www.sqlite.org/download.html
- Postman: https://www.postman.com/downloads/
- Your favorite code editor. I use Visual Studio Code: https://code.visualstudio.com/download
-
App Setup (in Terminal)
-
Now in your chosen directory, run:
git clone git@github.com:pakawaka1/garageDjango.git -
Next, run the following commands:
cd garageDjangopip install virtualenvpip install djangopip install djangorestframeworkpip install sqlparse
-
cd garageDjango
pip manage.py runserver