/blog_with_Flask

This is a simple Flask web app that I built to practice my skills in building web apps.

Primary LanguageHTML

Blog Web App With Flask and SQLite

Introduction

This is a simple web app that I built to practice my skills in building web apps.

Screenshots

  • All posts posts
  • Details of post post
  • Edit post edit
  • Contact contact
  • About about
  • Register register
  • Login login

Build With:

Front End Back End database
HTML JinJa Python Flask SQL SQLite
CSS Tailwind
JS

Instructions

  • Create a web app that allows users to create a blog post.
  • The user should be able to see all the posts that have been created.
  • The user should be able to see a single post when they click on the link Read More of the post.
  • The user should be able to edit a post.
  • The user should be able to delete a post.

Requirements

Installation

  • Install dependencies:
pip install -r requirements.txt
  • To Run Initial database:
$ flask --app my_blog init-db
Initialized the database.

Usage

  • watch mode Run the app with the following command:
flask --app my_blog --debug run

Contributing

Contributions are welcome!