micro-backends is using Go, RabbitMQ, PostgreSQL, MongoDB, gRPC and GraphQL.
git clone git@github.com:kucera-lukas/micro-backends.gitEach service has a separate .env file.
Copy the contents of .env.example file and fill in the required values.
cp .env.example .envInstallation using Docker is recommended because application requires
many services to run at once and docker-compose simplifies the process significantly.
make buildmake dev# build images before starting containers
make dev-buildmake helpTools is a small Go module which contains CLI tooling which is used mainly via Makefile commands.
pre-commit installDeveloped under the MIT license.