Skip to content

This is a blogging web application that displays blog posts on a main page and allows new posts to be created on a form page.

Notifications You must be signed in to change notification settings

jeffmt/build-a-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build-a-blog

This is a blogging web application that displays blog posts on a main page and allows new posts to be created on a form page. Upon form submission, the user is redirected to a page showing just that new post. Each post has a title and body.

This web app was 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 blog table.

Main Page with a list of Blog Posts

ListOfBlogs

Add a Blog Form

AddBlog

Blog Post Detail Page

BlogPost

Author

Jeff T

About

This is a blogging web application that displays blog posts on a main page and allows new posts to be created on a form page.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published