Skip to content

aclementcl/members

Repository files navigation

ClubApp - .NET Web API with SQL Server using Docker Compose

This is a .NET 9 Web API project using Entity Framework Core and SQL Server, containerized with Docker Compose for local development.

📦 Requirements

  • Docker & Docker Compose installed
  • .NET 9 SDK (only if you want to run locally without Docker)

🚀 How to Run the Project

  1. Clone the repository (if not already cloned):
git clone https://aclementecl@dev.azure.com/aclementecl/Club/_git/Club
cd ClubApp
  1. Create a .env file in the root directory using .env.example

  2. Run Docker Compose to build and start containers

docker compose up --build -d
  1. Access the API:
Open Swagger UI at: http://localhost:5175/swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages