Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.47 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.47 KB

Welcome to my first project. This is a blog site made in Flask.

With proper auth login signup logout routes

Screenshot from 2021-05-19 23-48-48

Has proper validation checks

Screenshot from 2021-05-19 23-49-25

Has clean UI

Screenshot from 2021-05-19 23-49-43

Available in dark theme as well

Screenshot from 2021-05-19 23-49-46

Screenshot from 2021-05-19 23-50-54

Screenshot from 2021-05-19 23-51-43

Requirements:

  1. Flask
  2. SqlAlchemy
  3. WtForms
  4. Pillow

Installations:

  1. Clone this repo
  2. Now move into this directory
  3. $python3 run.py

To not run into debug mode:

  1. open init.py
  2. run.debug=FALSE

About

  • This is a blog site made in python.It uses flask as a backend framework.It consist of 4 pages:- 1)Root 2)About 3)Home 4)Profile
  • This projecty uses SQLAlchemy as an SQL database
  • Wtf forms for forms