Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 509 Bytes

File metadata and controls

8 lines (7 loc) · 509 Bytes

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,

  1. git clone https://github.com/RajarshiKGP/The_Sorcerer.git
  2. source .\Scripts\activate
  3. pip3 install -r requirements.txt
  4. python3 app.py

That's it...