guilefoylegaurav / flickBlog

A CRUD blog with forget password recovery and optimized image upload features built using the web application framework Flask.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Blog

Frontend

Nothing fancy, good old Bootstrap CSS.

Backend

Used Flask, and sqllite db. Flask-SQLAlchemy provides an ORM for the db.

How to Use

Head to the root directory. Create virtual environment. Start Python from command line. Then:

>>> from flask_blog import db
>>> db.create_all()
>>> exit()

After that,

>>> python run.py

Head to localhost:5000.

About

A CRUD blog with forget password recovery and optimized image upload features built using the web application framework Flask.


Languages

Language:HTML 59.4%Language:Python 36.7%Language:CSS 3.8%