Created a Blog website using Python Flask web framework
Features:
- Be Able to GET Blog Post Items
- Blogs Stored in a Database
- Register New Users
- User’s Password Encrypted with Werkzeug Security
- Login Registered Users
- Authenticating Users with Flask-Login
- Admin Be Able to POST a New Blog Post
- Admin Be Able to EDIT Existing Blog Posts
- Admin Be Able to DELETE Blog Posts
- Allow Registered User to Add Comments to Blog Posts
- Deployed the Website on Heroku
Heroku Link: https://suneelblogswithflask.herokuapp.com/
GitHub link: https://github.com/SuneelKM/Blog_website_Flask