Skip to content

Latest commit

 

History

History

server-2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

waterquality / server-2

This a Django Webapp, for performing following tasks in the given order:

  1. Fetch Processed data from MongoDB Container.
  2. Display the data on Dashboard.
  • Step 1: From CMD/Terminal, Navigate to path/to/waterquality/dashboard. Install Dependencies

    pip install -r requirements.txt
  • Step 3: Spin the Django Server

    python3 manage.py runserver