InGrain is a web application made to encourage mental health! Through a friendly interface and an adorable toast avatar to decorate, you are sure to be spending your time in a fun and positive environment.
git clone (link)
optional: start a virtual environment with
python3 -m venv venv
source venv/bin/activate
cd toast/webapp/flaskapp
pip3 install -r requirements.txt
At this point, then you should have all the packages and dependencies needed, and you should be good to run with the following command:
python main.py
view the locally hosted site on http://0.0.0.0:5000/ or http://localhost:5000/
enjoy!