Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 867 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 867 Bytes

Data Science Slugs @ Cruzhacks 2020 - Sean Breckenridge, Julian Lehrer, Oasys Okubo, Garrett Leising and Anders Poirel

Website Snapshot

The number one source for transparency, brah

Installation

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

Project Structure

Folder structure

 --|---- data 
   |
   |--- server-----|---- dash
   |               |
   |               |---- server---- |---- static
   |                                |
   |                                |---- template
   |---- wrangling