Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 974 Bytes

test-application.md

File metadata and controls

36 lines (26 loc) · 974 Bytes

Running the Application

This document provides instructions on how to test the Infinite Days Challenge app locally and using Docker Compose.

Prerequisites

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.

Testing Locally

  1. Clone the Repository:

    git clone https://github.com/dotnetcameroon/Infinite-Days.git
    cd Infinite-Days
  2. Build and Run the Application:

    dotnet test

Running with Docker Compose

  1. Clone the Repository:

    git clone https://github.com/dotnetcameroon/Infinite-Days.git
    cd Infinite-Days
  2. Run the Application with Docker Compose:

    docker-compose -f docker-compose.test.yml up