//
pkg.gl
Category
github.com/jponge/playground-go-microservices
db-temperature-store
package
0.0.0-20231004192402-bd6057fa61f0
Repository:
https://github.com/jponge/playground-go-microservices.git
Documentation:
pkg.go.dev
Overview
Dependencies
1
Dependents
0
#
Packages
cmd
No description provided by the author
controller
No description provided by the author
model
No description provided by the author
server
No description provided by the author
#
README
A HTTP service that stores temperature update data in a database
Notes
Uses
viper
and
cobra
for CLI and configuration
Uses the
gorm
ORM with a
sqlite3
backend
Uses
net/http
with
Chi
as a modern
muxer
.
Integration tests
Usage
Same as
simple-temperature-store
.