Skip to content

Manages MK's devices for messages and firmware versions management

Notifications You must be signed in to change notification settings

kimanimichael/mk-device-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MK Device Manager

MK Device Manager is a service that meant to handle device messages and manage firmware versions

Prerequisites

To develop mk-device-manager, you will need:

  1. Go (version 1.21)

Installation

Ensure all pre-requisites are satisfied before carrying out installation and clone the repo

Database Creation

Create a PostgreSQL database and name it appropriately. Check this reference .The database is named whitepointinventory in this case

Apply all Database Migrations

cd internal/database/sqlc/schema

goose postgres postgres://{userName}:{password}@localhost:5432/{databaseName} up

Build

make build

Build and Start the Server

make run

Documentation

The documentation is found here

About

Manages MK's devices for messages and firmware versions management

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors