HelloFlask
HelloFlask's Meta repository, which contains HelloFlask-related documentation and sample programs.
Links
- Documentation: https://docs.helloflask.com
- Main site: https://helloflask.com
- Forum: https://codekitchen.community
Books
- Flask Web Development Practical Practice: https://helloflask.com/book/1
- Python Web API Design and Development: https://helloflask.com/book/2
- Flask introduction tutorial: https://helloflask.com/book/3
- Flask Web Development Practical (2nd Edition): https://helloflask.com/book/4
Examples
"Flask Web Development Practical" sample program:
- Basic example program: /book/1/example
- SayHello (Message Board): https://github.com/greyli/sayhello
- Bluelog (personal blog): https://github.com/greyli/bluelog
- Albumy (picture social networking website): https://github.com/greyli/albumy
- Todoism (to-do items): https://github.com/greyli/todoism
- CatChat (chat room): https://github.com/greyli/catchat
- Flask-Share (Flask extension): https://github.com/greyli/flask-share
"Flask Web Development Practical (2nd Edition)" sample program:
- Basic example program: /book/4/examples/
- Greybook (personal blog): https://github.com/greyli/greybook
- Moments (Photo Social Blog): https://github.com/greyli/moments
"Flask Getting Started Tutorial" Sample Program
- Watchlist: https://github.com/greyli/watchlist
Feedbacks
- Errata and suggestions: Create an issue
- Question Help & Discussion: Create a Discussion in Code Kitchen Forum