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