This is a .NET 9 Web API project using Entity Framework Core and SQL Server, containerized with Docker Compose for local development.
- Docker & Docker Compose installed
- .NET 9 SDK (only if you want to run locally without Docker)
- Clone the repository (if not already cloned):
git clone https://aclementecl@dev.azure.com/aclementecl/Club/_git/Club
cd ClubApp
-
Create a .env file in the root directory using .env.example
-
Run Docker Compose to build and start containers
docker compose up --build -d
- Access the API:
Open Swagger UI at: http://localhost:5175/swagger