-
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.
- Loading branch information
Showing
1 changed file
with
19 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,19 @@ | ||
# monitor-cidadao-backend | ||
# monitor-cidadao-backend | ||
|
||
## Executando back-end | ||
|
||
A execução do back-end ainda não está sendo feita com o auxílio do docker. Dessa forma, antes de tudo, garanta que você tenha instalado em sua máquina o **nodejs**, **npm** e o **nodemon**. | ||
|
||
Adicione as informações do SQLServer no .env (essas informações estão no arquivo '07 - Instruções e Acessos Monitor Cidadão') . | ||
- SQLSERVER_SAGRES19_HOST | ||
- SQLSERVER_SAGRES19_Database | ||
- SQLSERVER_SAGRES19_USER | ||
- SQLSERVER_SAGRES19_PASS | ||
- SQLSERVER_SAGRES19_PORT | ||
|
||
|
||
Agora, para executar, bastar entrar na pasta **server** via terminal e inserir o comando: | ||
> nodemon | ||
Você pode testar se tudo deu certo com o link abaixo: | ||
> [http://localhost:3000/api/licitacoes](http://localhost:3000/api/licitacoes) |