Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

ccnmtl/capsim

Repository files navigation

Actions Status

Public Health Capstone Simulation (Python Version)

requirements

  • Python 3.6
  • Postgres (latest)

install

install dependencies:

$ ./bootstrap.py

run the unit tests:

$ ./manage.py jenkins

set up the database:

$ createdb capsim
$ ./manage.py syncdb --migrate

run web app:

$ ./manage.py runserver

Then point your browser at http://localhost:8000/