An app designed to help users keep a record of one goal for the day. Useful for standups.
To set it up, copy the nginx.conf file contents to your local nginx.conf path.
cd flask-backend
pip install flask
cd react-frontend
npm install
sudo nginx
cd react-frontend
npm start
cd flask-backend
python app.py
cd flask-backend
python
from app import Goal
from app import db
db.create_all()