Skip to content

Latest commit

 

History

History
35 lines (17 loc) · 832 Bytes

README.md

File metadata and controls

35 lines (17 loc) · 832 Bytes

FlaskBlog

Introduction

this is jus a simple blog made with flask as the main framework and python. This project has the following features:

  • Create and log in users.
  • Create, update and delete posts.
  • configure the users profile pic.
  • list the post of all users.

And the project has the following flask blueprints:

  • posts: all the logic for everything related to posting.
  • users: all the logic for everything related to users.

the blog can be accessed by the following url: https://alexflaskblog.herokuapp.com

Screenshoots

flask1.png


profile.png


posts.png