An app that queries Houshold, product, and transaction information utilizing flask and mongodb atlus. This app will be pushed to azure and is the final project for the cloud computing class\
Can be seen here: https://team-nimbus-project.azurewebsites.net/
The app is easy to run. Requirements: Python 3 and pip
- Download the code
- Navigate to the CLOUD_PROJECT directory in CMD
- run "py -3 -m venv .venv"
- run ".venv\scripts\activate"
- run "pip install -r requirements.txt"
- run "flask run"
- Navigate to the address output in the console