Contains both frontend and backend code for the Loftly Analytics Application useful for collecting survey information from users about Loftly and improvements.
Create a .env file in the project root.
# The .env file should contain
MONGO_URI = mongodb://localhost:27017
Start the Database
sudo mongod
#MacOS Catalina: sudo mongod -dbpath=/usr/local/var/mongodb
Start the actual application
# We recommend setting up a virtualenv before this
pip install -r requirements.txt
python app.py