App for displaying expected wait times at on-campus restaurants
Run python3 fill_db.py
with the functions calls at the end uncommented
Run python3 app.py
If you want to run unattended run screen python3 app.py
Run python3 bot.py
in the discord-bot directory
A config.py file should be created that has CONN_STRING=<YOUR-MONGODB-CONNECTION-STRING>