This commit is contained in:
Pedro Pérez 2025-10-10 01:49:39 +02:00
parent 57254fcbc9
commit 772ce9a7b7
2 changed files with 10 additions and 1 deletions

View File

@ -30,6 +30,10 @@ migrateup:
mock:
go run go.uber.org/mock/mockgen@latest -package mock -destination internal/domains/sensors/mock/querier.go $(MOD_NAME)/internal/domains/sensors Repository
.PHONY: test
# Run tests
tests:
go test ./...
.PHONY: run
# Start app in development environment

View File

@ -3,6 +3,11 @@
Lectura de datos de sensores en un dispositivo IoT. Prueba técnica para optar
por el puesto de programador Go.
## TL:DR
- make lazy-start
- abre terminal y escribe: `nats sub sensors.data.*`
## Requisitos previos
- Docker