You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 weeks ago | |
---|---|---|
client | 3 years ago | |
data | 3 years ago | |
handlers | 3 years ago | |
.drone.yml | 3 years ago | |
.gitignore | 3 years ago | |
Dockerfile | 3 years ago | |
LICENSE | 3 years ago | |
Makefile | 3 years ago | |
README.md | 3 years ago | |
go.mod | 3 weeks ago | |
go.sum | 3 weeks ago | |
main.go | 1 year ago | |
main_test.go | 3 years ago | |
swagger.yml | 3 years ago |
README.md
microsrv
coffee-related api microservice
Description
This is a learning exercise for Go. Practical applications are limited to non-existent.
Storage
Eventually database(s) will be supported. For now there is only a mock data store.
Docs
After running it, you can access the /docs endpoint to see docs auto-generated by go-swagger.
Usage
I went to the effort to include docs, please read them, they're pretty self-explanatory.
Docker image
There is a docker image generated by the included Dockerfile. I have not published it yet but eventually I will.
Makefile
There is a Makefile to help me do things such as regenerate docs, build, run, install the project.