Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nicolascbv/brainlegacy


https://github.com/nicolascbv/brainlegacy

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

# ASP.NET - Exemplo

## Como executar

Execute este comando abaixo para restaurar as dependências do projeto:
```
dotnet restore
```

Para executar a aplicação, basta rodar:
```
dotnet run
```