-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from IntelligentBackpack/develop
Update README.md with badges
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# Microservice_Book | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
[](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book) | ||
|
||
Microservice that handle all the comunications regarding the books and library of the user. | ||
This repository contain all the code related to the book microservice. | ||
This microservice has the role to handle all the aspects of the system regarding books, libraries and informations of them. | ||
|
||
How to start: | ||
Ater cloning the repository, just navigate inside the folder and use the sequence of commands listed below: | ||
1) npm build (build the solution, generating all the protos and generating JS files) | ||
2) npm start (start the microservice) | ||
|
||
Documentation: https://intelligentbackpack.github.io/Microservice_Book/ |