A .NET 9.0 API using SQL Server and Entity Framework Core.
- Unit Test and Integration Testing for quality assurance.
- Docker Compose for streamlined deployment.
- Docker installed and set to Linux containers.
- Navigate to the
src
directory:cd src
- Build and start the Docker containers:
docker-compose -f CF.Api/docker-compose.yml build
docker-compose -f CF.Api/docker-compose.yml up
Access the Swagger UI at: http://localhost:8888/swagger/index.html