Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nicolascbv/brainlegacy
https://github.com/nicolascbv/brainlegacy
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nicolascbv/brainlegacy
- Owner: NicolasCBV
- Created: 2023-12-11T16:40:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T16:42:15.000Z (about 1 year ago)
- Last Synced: 2024-11-13T05:35:35.862Z (2 months ago)
- Language: C#
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```