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
- Host: GitHub
- URL: https://github.com/mayurlohite/minimalapicore
- Owner: mayurlohite
- License: mit
- Created: 2024-05-28T03:34:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-28T13:58:44.000Z (over 1 year ago)
- Last Synced: 2025-01-03T15:39:10.120Z (about 1 year ago)
- Topics: asp-net, asp-net-core, asp-net-core-web-api, aspnet-core, aspnetcore, csharp, minimalapi, netcore, swagger, webapi, webapi-core
- Language: C#
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!