Skip to content

RTCovid/nyc-ppe

Folders and files

NameName
Last commit message
Last commit date
Apr 14, 2020
Oct 1, 2020
Apr 12, 2020
Apr 15, 2020
Apr 11, 2020
Apr 14, 2020
Jun 22, 2020
Jun 22, 2020
Apr 11, 2020
Apr 8, 2020
Apr 8, 2020
Jun 3, 2020
Apr 15, 2020
Jun 22, 2020

Repository files navigation

nyc-ppe

Pretty normal Django app, dockerized dev environment. Do not put any data in this repo.

Build and exec into the container:

docker-compose build
docker-compose up -d
docker-compose exec backend bash

Standard django stuff:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver 0.0.0.0:8000

Then http://localhost:8000

Import Data

  1. Create a directory called private-data at the repo root (automatically gitignored)
  2. Copy in all your spreadsheets. Names don't matter!
  3. docker-compose exec backend bash
  4. python manage.py runscript ppe_import

About

PPE Dashboard for NYC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published