Skip to content

Latest commit

 

History

History
executable file
·
93 lines (61 loc) · 4.23 KB

README.md

File metadata and controls

executable file
·
93 lines (61 loc) · 4.23 KB

2024-1 MeasureSoftGram-Service

Badges

Code Smells Maintainability Rating Security Rating Bugs Vulnerabilities Duplicated Lines (%) Reliability Rating Quality Gate Status Technical Debt Coverage Lines of Code

O que é

The MeasureSoftGram-Service is responsible for containing and manipulating MeasureSoftGram data: metrics, configuration goals, analyzes performed, etc. It uses the MVC layer pattern for building and organizing the service.

How to use Service

-How to use

How to run Service

Make the container with :

docker-compose up

Endpoints

Swagger fica na rota link/swagger/

Acessa o painel administrativo do MeasureSoftGram

How to run tests

Install this dependencies

pip install -r requirements.txt

We are using tox for the tests, so it is good to install the tox:

pip install tox

Then you can run the tests using

 tox

if you want to especify the file use:

 tox <PACKAGE OR FILE>

If it does not work, you can try to run before:

pip install pytest-mock

Another informations

Our services are available on Docker Hub:

Wiki

For more informations, you can see our wiki:

Contribute

Do you want to contribute with our project? Access our contribution guide where we explain how you do it.

License

AGPL-3.0 License

Documentation

The documentation of this project can be accessed at this website: Documentation.