https://github.com/piger/flask-experiment
Experiments with Flask
https://github.com/piger/flask-experiment
flask python
Last synced: about 2 months ago
JSON representation
Experiments with Flask
- Host: GitHub
- URL: https://github.com/piger/flask-experiment
- Owner: piger
- License: mit
- Created: 2022-05-31T23:58:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-31T23:59:00.000Z (about 4 years ago)
- Last Synced: 2025-10-12T07:29:07.943Z (8 months ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask experiment
I like [Flask](https://flask.palletsprojects.com/), but I don't like the way its documentation
seem to force you into structuring your software in a very specific and not very flexible way.
This repository contain a toy project that I'm using to experiment with Flask in less conventional
ways; it can also be copied to quickly start working on throaway projects and prototypes.