Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 521 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 521 Bytes

Python3-Flask-Blog

Flask is a micro web framework written in Python.It is classified as a microframework because it does not require particular tools or libraries. It has no database abstraction layer, form validation, or any other components where pre-existing third-party libraries provide common functions.

Flask is a lighter weight framework for Python.

This is a flask based blog whose frontend is created using bootstrap. If you have any questions or suggestions, feel free to open an issue or pull request :)