Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 796 Bytes

setup-project.md

File metadata and controls

36 lines (18 loc) · 796 Bytes

Getting Started

Prerequisites

Make sure you have the following software installed on your system:

Running the Project

  1. Clone the project repository:

git clone https://github.com/your-username/project-name.git

  1. Navigate to the project directory:

cd project-name

  1. Start the project with Docker Compose:

Copy code

docker-compose up

  1. The project will be available at http://localhost:3000.

Configuration

The project can be configured using environment variables. The following variables are available:

  • PORT: The port on which the server will listen. Defaults to 3000.

License

This project is licensed under the MIT License.