An open API service indexing awesome lists of open source software.

https://github.com/danielc92/flask_api_nodb

Learning about api routes in flask using a python dictionary instead of database.
https://github.com/danielc92/flask_api_nodb

Last synced: 3 months ago
JSON representation

Learning about api routes in flask using a python dictionary instead of database.

Awesome Lists containing this project

README

          

# Flask API (no db)

Practice creating api calls in a flask app without using external
storage methods such as a database. This will allow to focus on learning
creating the api routes and functions in isolation.