Make sure you have the following software installed on your system:
- Clone the project repository:
git clone https://github.com/your-username/project-name.git
- Navigate to the project directory:
cd project-name
- Start the project with Docker Compose:
Copy code
docker-compose up
- The project will be available at
http://localhost:3000
.
The project can be configured using environment variables. The following variables are available:
PORT
: The port on which the server will listen. Defaults to3000
.
This project is licensed under the MIT License.