MK Device Manager is a service that meant to handle device messages and manage firmware versions
To develop mk-device-manager, you will need:
- Go (version 1.21)
Ensure all pre-requisites are satisfied before carrying out installation and clone the repo
Create a PostgreSQL database and name it appropriately. Check this reference .The database is named whitepointinventory in this case
cd internal/database/sqlc/schema
goose postgres postgres://{userName}:{password}@localhost:5432/{databaseName} up
make build
make run
The documentation is found here