A rest api example using golang. The goal is to just introduce myself to microservices with go.
- restful routes using mux
- validation middleware(JSON validation)
- add database backend
- generate api routes documentation using open API and swagger
- fix CORS
Coming soon...