8000 python-examples/flask-example at master · aibars/python-examples · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Flask Example

Taken from the Pluralsight course Building a REST API Using Python and Flask. The example encompasses:

  • Getting data
  • Posting data
  • Updating data
  • Deleting data
  • Storing data into a database
  • Adding authentication to the API
0