guide to setting up the repo directory
something about using mongo
# *root folder*
- ## docs
- ### static
- .js , .css and other static support files
- ### flaskapp
- templates
- html specifically for the flask app
- venv
- virtual environment to load all necessary libraries
- requirements.txt
- setup.py
- ### img
- images
- ### data
- final exported data goes here
- ### index.html
- and *other html links* that will automatically show up in the github pages deployment
- ## drafts
- *everything under the sun, per team member as a separate folder*
- ## ***start_app.bat***