Code from Section 6 and onwards of the REST APIs with Flask and Python course on Udemy. Section 10 code is excluded as it requires the purchase of a domain name.
The master branch is deployed on Heroku.
The code from Section6/Local and section11/JWT-extended can be run locally for testing purposes. Section 11's code introduces functionality made possible by flask-jwt-extended.
The code from Section9/DigitalOceanServer runs via a DigitalOcean Droplet.
Access the following URL to interact with the API
https://bronson-c-stores-rest-api.herokuapp.com/
Install dependencies and run app:
pip install -r requirements.txt
python app.py