Skip to content

This is a simple blog website built with Flask web framework. It uses Flask's built-in support for Jinja2 templating engine and SQLAlchemy for database management.

Notifications You must be signed in to change notification settings

saa1man/Flask-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-Blog

This is a simple blog website built with Flask web framework. It uses Flask's built-in support for Jinja2 templating engine and SQLAlchemy for database management.

Usage

After installing all the required dependencies by running "pip install -r requirements.txt."

You can access the blog website by visiting http://localhost:5000. use test@email.com:123456 to login as admin if you want to test the blog with this uploaded db.

The blog has the following features:

  • User registration and login
  • Create, edit and delete blog posts (for admin only)
  • Create comments (Only for registred Users)
  • Contact page with contact form

Deployed Version

Check out the deployed version of this blog here!

Credits

This blog is created by Salmane A.. Feel free to use it as a starting point for your own project.

About

This is a simple blog website built with Flask web framework. It uses Flask's built-in support for Jinja2 templating engine and SQLAlchemy for database management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages