A blog website powered by Flask
This project is intended for practicing web development using Flask. Many thanks to the guidance from Flask Web Development!
The blog webiste was organized with Model-View-Controller (MVC) structural pattern in mind.
- Model: use SQLAlchemy as a Object-Relation Mapper to manage database
- View: use Bootstrap to create simple views
- Controller: use Flask to manage the logics