Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ofir-frd/flask-training
Basic Python web framework
https://github.com/ofir-frd/flask-training
flask flask-application flask-sqlalchemy python webapp
Last synced: 4 days ago
JSON representation
Basic Python web framework
- Host: GitHub
- URL: https://github.com/ofir-frd/flask-training
- Owner: ofir-frd
- License: apache-2.0
- Created: 2022-05-11T12:21:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T11:41:31.000Z (over 2 years ago)
- Last Synced: 2023-10-20T06:47:47.623Z (about 1 year ago)
- Topics: flask, flask-application, flask-sqlalchemy, python, webapp
- Language: HTML
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flask-Training
Basic Python web framework.---
### App development steps:```
1. Hello World (single app file).
2. Templates (app with base and index html files).
3. Flask with CSS.
4. Database implementation with flask_sqlalchemy, and add/delete/update commands.
```---
### Acknowledgments:
YouTube guide: https://www.youtube.com/watch?v=Z1RJmh_OqeA
Resources: https://github.com/jakerieger/FlaskIntroduction