This is a RESTful API service created in Go using Gin (a HTTP web framework). It is used to store vehicular sensor parameters collected through an OBD-II port of a vehicle stored in csv
files.
- Go
- Gin (HTTP web framework for Go)
- Gorm (Go ORM)
docker-compose
is used to simplify the deployment and avoid to install dependencies.
- docker
- docker-compose
From root
:
docker-compose up -d