-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 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 +1,24 @@ | ||
# 2020.2-Eccoar_Gateway | ||
# 2020.2 Eccoar Gateway | ||
|
||
Este serviço é referente ao Gateway do Projeto Eccoar. | ||
Para poder utilizá-lo, certifique de que você possui o [Docker](https://www.docker.com/) e o | ||
[Docker Compose](https://docs.docker.com/compose/) em sua máquina. | ||
Caso contrário será necessário baixá-los. Para isso basta seguir os links: | ||
|
||
* [Docker](https://docs.docker.com/get-docker/) | ||
* [Docker Compose](https://docs.docker.com/compose/install/) | ||
|
||
Para rodar o projeto, basta executar o seguinte comando na raíz: | ||
``` | ||
docker-compose up --build | ||
``` | ||
|
||
Para executar os testes basta rodar: | ||
``` | ||
docker run 20202-20202-eccoar_gateway_backend_reports npm run test | ||
``` | ||
|
||
Para executar o lint rode: | ||
``` | ||
docker run 20202-20202-eccoar_gateway_backend_reports npm run lint | ||
``` |