Skip to content

Commit

Permalink
Merge pull request #21 from IntelligentBackpack/develop
Browse files Browse the repository at this point in the history
Update README.md with badges
  • Loading branch information
MatteLazza authored Jul 19, 2023
2 parents 3937183 + 603f0cf commit 89617f4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Microservice_Book
[![Duplicated Lines (%)](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=duplicated_lines_density)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Technical Debt](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=sqale_index)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=ncloc)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Code Smells](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=code_smells)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=sqale_rating)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=bugs)](https://sonarcloud.io/summary/new_code?id=IntelligentBackpack_Microservice_Book)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=IntelligentBackpack_Microservice_Book&metric=vulnerabilities)](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/

0 comments on commit 89617f4

Please sign in to comment.