The Daily Coder

Blogging app with complete functionality of adding, viewing, making changes, and deleting your blogs, made with Flask Framework.The app comprises complete login functionality and dashboard feature where only the author/admin will be able to make changes to blogs. Also, it comes with an additional feature where viewers can send their messages to the author which the author will receive as mail.

Preview

The Daily Coder - Google Chrome 25-06-2021 14_39_30 (3)

The Daily Coder - Google Chrome 25-06-2021 14_40_07 (2)

Tech Stack Used

Web Framework - Flask
Database - SQLAlchemy
Used PhpMyAdmin for managing the database.

Installation

Clone the repository
Install the necessary modules as mentioned in requirements.txt file.
Modify the config.json file.
Create a new SQL database using phpMyAdmin and import the sql file present in the repository.