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.
 
 
 
insanitywholesale 910848aa3a
shut up dependabot
3 weeks ago
client small changes and doc regen 3 years ago
data add auto-gen client by swagger and a test 3 years ago
handlers more autogen code and slightly better test 3 years ago
.drone.yml hide droneci file 3 years ago
.gitignore smol fixups 3 years ago
Dockerfile smol fixups 3 years ago
LICENSE Initial commit 3 years ago
Makefile more Makefile re-trigger 3 years ago
README.md add droneci badge 3 years ago
go.mod shut up dependabot 3 weeks ago
go.sum shut up dependabot 3 weeks ago
main.go small update 1 year ago
main_test.go small changes and doc regen 3 years ago
swagger.yml small changes and doc regen 3 years ago

README.md

microsrv

coffee-related api microservice

Build Status

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.