microservice impl using various technologies
The ui that communicates with graphql-server
- Bootstrapped with go-blueprint
- UI components with MDB
go-blueprint create --name ui-server --framework gorilla/mux --driver none --advanced --feature htmx --git skip
The graphql server that serves data to the ui and fetches data from the microservices
- Bootstrapped with gqlgen
gRPC service with a SQLite database that holds the customer domain
gRPC service with a SQLite database that holds the order domain