Skip to content

How to Run the API

Clone the Repository

Open your terminal and run the following command:

git clone <repository_URL>

Launch the Project

Use your IDE or run:

dotnet run --project src

Optional: run tests beforehand

dotnet test

Test the API

Once running, open your browser and navigate to:

https://localhost:5001/swagger

Swagger UI allows you to explore and test all available endpoints.