It is a blogging website made using Python-Flask. It has a fully functional backend with account login, registration, verification, password hashing facilities and much more to be explored.
To use this project run the following commands one by one,
git clone https://github.com/RajarshiKGP/The_Sorcerer.git
source .\Scripts\activate
pip3 install -r requirements.txt
python3 app.py
That's it...