Skip to content
/ blogz Public

This application builds upon build-a-blog to make the application a multi-user site.

Notifications You must be signed in to change notification settings

jeffmt/blogz

Repository files navigation

Blog web application

This application builds upon build-a-blog to make the application a multi-user site. Users must create an account and be logged in before creating blog posts. Users can view blog posts by an individual user as well as by all users. User passwords are hashed and salted before being stored in the database.

This is a blogging web application implemented in Python using the Flask web framework and the Jinja2 templating engine. It uses SQLAlchemy as an ORM to access a MySQL database containing a user and a blog table.

Users Page

Users

Blog Posts Page

Posts

Blog Post Detail Page

Post

Form to create a new blog post

AddNewPost

Author

Jeff T

About

This application builds upon build-a-blog to make the application a multi-user site.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published