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.
- Host: GitHub
- URL: https://github.com/danielc92/flask_api_nodb
- Owner: danielc92
- Created: 2018-11-02T06:06:23.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T06:58:41.000Z (over 7 years ago)
- Last Synced: 2025-10-26T05:47:24.569Z (8 months ago)
- Language: Jupyter Notebook
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.