Microservice architecture kit for golang sass project
Frontend: https://github.com/Goxiaoy/go-saas-kit-frontend
docker-compose -f docker-compose.yml -f docker-compose.tracing.yml up -d
Or with build
docker-compose -f docker-compose.yml -f docker-compose.dev.yml -f docker-compose.tracing.yml up -d --build
Open http://localhost:80
to see the web ui
Username: admin Password: 123456
make init
make all
make build