Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1004 Bytes

SETUP.md

File metadata and controls

39 lines (23 loc) · 1004 Bytes

Setup for Running the project Locally with Docker

This document outlines the steps to configure and run an the project using Docker in your local environment.

Prerequisites

Make sure you have the following instaled on your system.

Configuration Steps

1. Clone the repository

git clone [email protected]:biotz/academy.git

2. Navigate to the Project Directory

cd academy

3. Build and Run the Containers

  docker-compose up --build

This will build the necessary images and run the containers according to the configuration in docker-compose.yml.

4. Access Your Application

Open a web browser and visit http://localhost:3000 (or the port you specified) to access your application.