Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.05 KB

Addiction-Solver


A Web Application to help people overcome their Addiction. Access Live page

The database is already setup and available in this branch so go ahead and run the app.

How to run the app flask --app app run --debug

How to setup the database flask --app app init-db
How to run the seed.py python3 seed.py

Important

I followed this tutorial that was recommended by Mohammed. The results are fruitful and encouraging. I know that the structure of code / syntax can be confusing, I also struggled understanding some concepts but with practice I'm understanding it. I urge to practice as well for a fruitful contribution.

Note - the main code is in the app folder.

CodeQL