Simple blog site write in python with Flask library
You will need the following software to run the Blog Site :
To get started with the Blog Site, follow these steps:
- Clone the repository:
git clone https://github.com/resole79/blog_site.git
- Install Flask, Flask-Bootstrap, WTForms, Flask-WTF, Flask-CKEditor, Flask-SQLAlchemy, SQLAlchemy, Werkzeug, Flask-Login, Flask-Gravatar, python-dotenv
pip install Flask
pip install Flask-Bootstrap
pip install WTForms
pip install Flask-WTF
pip install Flask-CKEditor
pip install Flask-SQLAlchemy
pip install SQLAlchemy
pip install Werkzeug
pip install Flask-Login
pip install Flask-Gravatar
pip install python-dotenv
- Run the main.py file:
python3 main.py
- Run the Blog Site on browser:
http://127.0.0.1:8080/
- main.py: Main program.
- form.py: Contain the class form of project
- templates: Folder contain html page
- static: Folder contain images, css, and js folder
How web site present
Index Page
Insert/Edit Page
Show Post Page
Login Page
Register Page
Author : Emilio Reforgiato (resole79)