- Run
docker compose up --build
to start the database engines. - Open the solution.
- Build it (the NuGet packages should restore)
- Run either the Sample.Api or Sample.Api.SqlServer project, depending upon which database you want to use.
- Navigate to
http://localhost:5010/swagger
to interact with the API.