This repository is a simple starting point for developing and deploying a service utilizing the various HMS DBMI managed infrastructure and tools.
-
Setup development environment by checking out repository:
git clone https://github.com/hms-dbmi/dbmisvc-starter && cd dbmisvc-starter
-
Installing development requirements:
pip install -r dev-requirements.txt
-
Install pre-commit hooks:
pre-commit install
-
Copy
.env.example
to.env
and add necessary project configurations -
Build and run stack:
docker-compose up -d