- Platform: x86-64, Linux/WSL
- Programming Language: Dotnet 9
The shell script up creates a Postgres container via docker-compose and serves our ASP.NET API on port 5000.
The shell script down deallocates resources by stopping and removing the PostgreSQL container.
A Postman collection has been provided to test the API.