Data Science Slugs @ Cruzhacks 2020 - Sean Breckenridge, Julian Lehrer, Oasys Okubo, Garrett Leising and Anders Poirel
The number one source for transparency, brah
Clone into an empty directory, and make sure to
✔ Use python3.7~
✔ Install pipenv
✔ Run pipenv install
in one of the app directories.
To run the server:
cd server
pipenv install
pipenv shell
export FLASK_ENV=development
flask run
Folder structure
--|---- data
|
|--- server-----|---- dash
| |
| |---- server---- |---- static
| |
| |---- template
|---- wrangling