This a Django Webapp, for performing following tasks in the given order:
- Fetch Processed data from MongoDB Container.
- Display the data on Dashboard.
-
Step 1: From CMD/Terminal, Navigate to
path/to/waterquality/dashboard
. Install Dependenciespip install -r requirements.txt
-
Step 3: Spin the Django Server
python3 manage.py runserver