This project is a simple blog web applcation built using Flask
I will be adding more details in the upcoming days.
General:
- login and logut system
- people can view all articles written by a specif user
CMS:
- adding articles without the need to deal with (html, css etc)
- adding a picture to an article
- updating the article page once an article has been added
- a user can delete his own articles
- a user can his own articles
Super Amdin Control:
- can assign a user to be an admin
- can delete the account of a user
- can see the users logged in the website
- Jinja
- WSGI
- MySQL
- WTForms
- Passlib