This document provides instructions on how to test the Infinite Days Challenge app locally and using Docker Compose.
Before running the application, ensure you have the following prerequisites installed:
- .NET 8 SDK for building and running the .NET 8 application.
- Docker for running the application in a Docker container.
-
Clone the Repository:
git clone https://github.com/dotnetcameroon/Infinite-Days.git cd Infinite-Days
-
Build and Run the Application:
dotnet test
-
Clone the Repository:
git clone https://github.com/dotnetcameroon/Infinite-Days.git cd Infinite-Days
-
Run the Application with Docker Compose:
docker-compose -f docker-compose.test.yml up