Skip to content

IntelligentBackpack/ManageBackpackService

Repository files navigation

ManageBackpackService

Vulnerabilities Bugs Security Rating Maintainability Rating Code Smells Technical Debt

Intro

This microservice helps the managing of all backpacks registered, offering APIs to register new ones or unregister existing ones. It is part of the Backpack Bounded Context, and it achieves the goal of registering devices to users that request it. To build all the Typescript source code in Javascript run the following command:

npm run build

To start the microservice in your localhost environment run the following command:

npm run start

To generate the documentation of the microservice's APIs in a HTML version, run the following command:

npm run build-doc

To use linter and check the quality of the code written, run the following command:

npm run lint

See the following website to read all the APIs offered:

https://intelligentbackpack.github.io/ManageBackpackService/