Skip to content

REST API in C# utilizing ASP .NET Core with Dapper

Notifications You must be signed in to change notification settings

hvalfangst/aspnet-9-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core 9 API with Dapper

Requirements

  • Platform: x86-64, Linux/WSL
  • Programming Language: Dotnet 9

Allocate resources & run API

The shell script up creates a Postgres container via docker-compose and serves our ASP.NET API on port 5000.

Deallocate resources

The shell script down deallocates resources by stopping and removing the PostgreSQL container.

Postman

A Postman collection has been provided to test the API.

Releases

No releases published

Packages

No packages published