Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 967 Bytes

run-application.md

File metadata and controls

36 lines (26 loc) · 967 Bytes

Running the Application

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

Prerequisites

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.

Run Locally

  1. Clone the Repository:

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

    dotnet run --project src/ui

Running with Docker Compose (Beta)

  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 up