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

https://github.com/pierrialexandervidmar/apibasic-dotnet

Api .NET 8.0 com CRUD básico (ASP.NET CORE).
https://github.com/pierrialexandervidmar/apibasic-dotnet

asp-net-core csharp dotnet-core entity-framework-core openapi swagger-ui

Last synced: about 2 months ago
JSON representation

Api .NET 8.0 com CRUD básico (ASP.NET CORE).

Awesome Lists containing this project

README

          

# ASP.Net WebAPI com .NET Core 8.0

Projeto básico para estudo e uso didático futuro

## Tecnologias Utilizadas

- C# como linguagem
- .NET Core 8.0
- ASP Net
- Entity Framework ORM
- Swagger UI

## Pré-requisitos
Antes de começar, garanta que tem o .Net Core SDK ou Runtime versão 8.0 instalados.

## Como Baixar o Projeto

Para baixar o projeto, utilize o comando git clone

```bash
git clone git@github.com:pierrialexandervidmar/ApiBasic-Dotnet.git

cd ApiBasic-Dotnet
```

## Para Rodar o Projeto

```bash
dotnet restore

dotnet build

dotnet run
```

## Para acessar o Swagger e fazer os testes

```bash
http://localhost:5007/swagger/index.html
```

![ApiBasic-Dotnet](https://github.com/pierrialexandervidmar/ApiBasic-Dotnet/blob/main/Data/swagger.png)