Webapp for crowd-sourcing water quality data collected from drones and water vehicles

Please see Videos folder for videos with information on how to install and use web app

The Project Directory Structure looks like the tree below:

> bbquda_web
|-->bbquda
|   This contains the foundation of a django project with global settings and urls needed to traverse the site
|
|-->bbqudasite
|   Contains the core functionality of the site with the views and models, as well as the html pages the user is interacting with
|
|-->media
|   Contains items uploaded in the database and those that were created when creating custom trails
|
|-->users
|   Default template created by django to allow the creation and use of user on a web app
|
|manage.py comes with django is needed simply to run certain commands
|requirements.txt is where we have all the dependencies that a developer would need to install in order to run the web app stored, making it much easier to download them all.
|Aside from those two files, the other loose files in this directory were just used for testing purposes, such as having csv files to test our site with readily available.


Detailed instructions are given in the Installation Guide in the Documents folder.

Prerequisites:
-Python 3.8 or above
-Git
-web browser
