Skip to content
forked from go-saas/kit

Microservice architecture starter kit for golang sass project

License

Notifications You must be signed in to change notification settings

LiamDGray/go-saas-kit

 
 

Repository files navigation

This project is under development

go-saas-kit

Microservice architecture kit for golang sass project

Frontend: https://github.com/Goxiaoy/go-saas-kit-frontend

Architecture

Architecture

Quick Start

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

Development

make init
make all
make build

About

Microservice architecture starter kit for golang sass project

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 98.0%
  • Makefile 1.4%
  • Other 0.6%