This repository contains a set of small packages we use at MWM to build restfull APIs.
- errors
- log
- middleware
- server
- stacktrace
You can see examples implementations in the examples folder:
- a Hello-world example showing you the basics (examples/hello-world)
- a Google Cloud Platform Logger example showing you how to set up a cloud-logging logger (examples/gcp-logger)
- a CRUD example showing you how to make a CRUD with this library (examples/crud)