This document provides instructions on how to run the Infinite Days Challenge app locally and using Docker Compose.
Before testing 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 run --project src/ui
-
Clone the Repository:
git clone https://github.com/dotnetcameroon/Infinite-Days.git cd Infinite-Days
-
Run the Application with Docker Compose:
docker-compose up