Video Demo: https://youtu.be/FGCagc64PZ4
Hello, My name is Nishith P Shetty & this is my CS50X final project. This is a blogging site made with python, flask as backend. This also uses bootstrap templates and css. And also uses sqlite3 for database. There is a admin pannel which uses sessions to authenticate admin, where admin can add, delete, edit posts. It also has a contact me page where visitors can fill their details. The same information is added to database and notificaton sent to admin email and visitor mail address.
- run pip install requirments.txt
- fill your details in config.json file
- import clean_blog.sql to your mysql server
- or sqlite3 clean_blog.db
- .read clean_blog.sql
- then run python main.py