Files
Laura Glendenning 6f772bd341 Updates from latest internal development branch.
This includes updates to make the Swagger UI easier to use and an
update to make the backend secret key configurable via environment
variable.
2021-08-19 12:32:58 -04:00
..
2020-06-19 13:19:50 -04:00
2020-06-19 13:19:50 -04:00
2020-07-30 11:59:05 -04:00
2020-07-30 11:59:05 -04:00

© 2019 The Johns Hopkins University Applied Physics Laboratory LLC.

Development Environment

Requirements:

  • Mongo >=4
  • Python 3, Pip, and Pipenv

With pipenv, doing a pipenv install --dev will install the python dependencies in a virtual environment.

After this you can run dev_run.sh to run the dev environment.

Production Environment

This service can also be run as a Docker container. It should be run using docker-compose at the top level (../).