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