Skip to content

bronson-c/REST-APIs-with-Flask-and-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST-APIs-with-Flask-and-Python

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.

Getting Started

Master

Access the following URL to interact with the API

https://bronson-c-stores-rest-api.herokuapp.com/

Section6/Local and section11/JWT-extended

Install dependencies and run app:

pip install -r requirements.txt

python app.py

About

Code from Section 8 and onwards of the REST APIs with Flask and Python course on Udemy

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors