Skip to content

guilefoylegaurav/flickBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published