Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur-Neto committed Sep 28, 2020
2 parents eb392a4 + f6795d9 commit 2dbfdc7
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,20 @@ Full development process: https://netoarthur.visualstudio.com/Cinema
## How to run

#TODO
PT-BR:

Debug:
* Para rodar a aplicação em modo Debug, instale a ultima versão do Node.js
* Abrir o .sln utilizando a ultima versão do Visual Studio, instalar as dependencias corretamente e rodar a aplicação a partir do .csproj do WebApi
* Abrir a pasta ClientApp no cmd ou algum outro terminal, e execute o comando ng serve
* Deve ser possivel acessar o site para debug através do endereço http://localhost:4002/

Compilado:
* Para rodar a aplicação, basta executar Theater.WebApi.exe e abrir no navegador o endereço http://localhost:5000/

Seed:
* Por padrão foi adicionado um cliente gerente com login admin e senha 123

## Configurando SQL Server

* No arquivo appsettings.json, alterar a chave UseInMemory para False e configurar a chave SqlServerConnectionString corretamente.

0 comments on commit 2dbfdc7

Please sign in to comment.