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

https://github.com/mayurlohite/minimalapicore

CRUD operation using .NET Core 8.0 Minimal API
https://github.com/mayurlohite/minimalapicore

asp-net asp-net-core asp-net-core-web-api aspnet-core aspnetcore csharp minimalapi netcore swagger webapi webapi-core

Last synced: 11 months ago
JSON representation

CRUD operation using .NET Core 8.0 Minimal API

Awesome Lists containing this project

README

          

CRUD operation using .NET Core Minimal API
==========================================

ASP.NET Core 8.0 - Minimal API Example - Expenses API implementation using ASP.NET Core Minimal API, Entity Framework Core, SQL Server and Swagger UI.

### Features

1. Add Expense
2. List All Expenses
3. Update Expense By Id
4. Delete Expense By Id

### Installation

1. Clone project
2. Change connection strings in appsettings.json
3. Perform update-database command to create a database in SQL Server
4. Run project & open swagger UI - https://localhost:7171/swagger/index.html

Happy Coding!