https://github.com/ortegavan/recipes-api
API da rede social My Recipe Book
https://github.com/ortegavan/recipes-api
api api-rest csharp
Last synced: 2 days ago
JSON representation
API da rede social My Recipe Book
- Host: GitHub
- URL: https://github.com/ortegavan/recipes-api
- Owner: ortegavan
- Created: 2025-01-07T13:39:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-07T20:02:37.000Z (over 1 year ago)
- Last Synced: 2025-03-11T11:48:03.369Z (over 1 year ago)
- Topics: api, api-rest, csharp
- Language: C#
- Homepage: https://meulivrodereceitas.vercel.app
- Size: 19.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API do My Recipe Book
Esta é uma API *fake* baseada em arquivos JSON feita apenas para suportar a aplicação My Recipe Book, disponível em https://github.com/ortegavan/recipes.
Aplicação está feita em .NET e foi gerada com o comando:
```bash
dotnet new webapi -n recipes-api -controllers
```
Um arquivo `.gitignore` foi gerado com o comando:
```bash
dotnet new gitignore
```
Para rodar a API localmente, utilize o comando abaixo e ela estará disponível em http://localhost:3000.
```bash
dotnet run
```
Para saber mais sobre o projeto, acesse http://angularnapratica.com.br.