Disaster Management API

Getting setup locally

  • install python 3.7 for your OS by downloading the binaries here or otherwise
  • install pipenv
  • clone this repo and change directory
  • run pipenv shell to create the virtual environment
  • run pipenv install to install all the dependencies of the application
  • run python manage.py to run the local environment

Tech choices