Ayo Adeniyi

Blog-App

Scope of Program

1) This application is a simple blog and messaging platform built using Flask.
2) Users can view a list of blog posts on the homepage, each with a title, subtitle, author, and content.
3) They can click on individual posts to view details.
4) There’s an option to add new blog posts, where users can submit a title, subtitle, author, and content. The date of posting is recorded automatically.
5) Users can fill out a contact form with their name, email, and message. These messages are saved to the database (SQLite) with a timestamp.

Technologies Used

  • Python
  • HTML
  • CSS
Add New Post