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
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.