Name
Last commit
Last update
..
api Loading commit data...
build Loading commit data...
.gitignore Loading commit data...
README.md Loading commit data...
circle.yml Loading commit data...

reqman

api — backend application

build — build scripts, docker/docker-compose

How to run

Development mode

docker-compose -f build/docker-compose-dev.yml up

will run only services needed for development like PostgreSQL, Redis etc

docker-compose -f build/docker-compose-api.yml up

will run all needed services and API (backend application)