- Step1: Clone the repository from GitHub
- Step2: Configure environment variables in your .env file
- Step3: Build the Docker image using `docker compose build`
- Step4: Deploy with `docker compose up -d` or run manually with `npm run build && npm run start`
- Step5: Access the API at the configured PORT (default 9595)