caizkun / circle

A blog website powered by Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A blog website powered by Flask


Languages

Language:Python 76.9%Language:HTML 20.5%Language:CSS 1.9%Language:Mako 0.7%