https://github.com/hannasdev/go-ms
Micro-service project for learning Golang
https://github.com/hannasdev/go-ms
Last synced: 9 months ago
JSON representation
Micro-service project for learning Golang
- Host: GitHub
- URL: https://github.com/hannasdev/go-ms
- Owner: hannasdev
- Created: 2023-07-13T15:43:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T13:39:36.000Z (almost 3 years ago)
- Last Synced: 2024-03-27T20:21:02.746Z (over 2 years ago)
- Language: Go
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning project for Golang Microservices
This repo is for my studies. You'll probably not find it very useful.
## Commands
`make start` - Start frontend app
`make stop` - Stop frontend app
`make up_build` - Build broker service image
`make up` - Start broker service container
`make down` - Tear down docker container