Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 953 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 953 Bytes

Blog website using python flask!

I have developed a simple yet dynamic blog using a combination of HTML, CSS, the Python Flask framework, and an SQLite database.

Key Features:

Home

this is altr

User Registration and Login

this is altr

this is altr

Create, Update, and Delete Posts

this is altr

this is altr

How to run

	1. create new virtual environment
	2. clone the project
	3. install dependency by running pip install -r requirements.txt
	4. python app.py