Constructing an API for Bangazon's client developers to access for their application development.
- Install Python 3.6
- Install Pip
Using your terminal:
pip install django
pip install djangorestframework
After installing django, djangorestframework, and pygments, clone the repo locally to your computer.
In the main project directory, run:
python manage.py migrate
python manage.py runserver
Check to see where the server is running. (Example: Development server is running at http://127.0.0.1:8000/)
On your browser, go to your local host (Example: http://localhost:8000/)