mirror of
https://github.com/JHUAPL/PINE.git
synced 2026-01-08 22:27:53 -05:00
This includes updates to make the Swagger UI easier to use and an update to make the backend secret key configurable via environment variable.
© 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 (../).