Just another pangya server, but this time created for the Go Language.
This project is an experiment and probably will not be finished.
- go 1.18
- go-migrate cli
- tmux
- docker
I'm currently using WSL with Ubuntu, but it should work for any Linux distro and macOS as well. Windows is not supported and never will (not by me 😉).
Create a dotenv
from template
cp ./.env-template ./.env
Downloads deps
make deps
Build everything
make build
I created a make target called run
to quickly build and run all the servers locally. You should use it, cuz it's simpler and convenient
make run
📢 All servers are executed inside tmux, just tap
CTRL+C
to close each server.
You can stop docker-compose
and clean binaries by running
make clean