update readme
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jeffrey Paul 2020-09-30 05:07:31 -07:00
parent 80c2a9c39c
commit 31afad1838
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ Alternately, even just feedback is great:
* Healthcheck route
* No global state
# Design Decisions
* TLS is terminated somewhere else, like on a sidecar or reverse proxy.
* logging: [rs/zerolog](https://github.com/rs/zerolog)
* configuration: [spf13/viper](https://github.com/spf13/viper)
* mux/router: [gorilla/mux](https://github.com/gorilla/mux)
* templating: TBD (suggestions welcome)
* database: TBD (thinking about [go-gorm/gorm](https://github.com/go-gorm/gorm))
# TODO
* Database Boilerplate