Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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