Appearance
Installation
Prerequisites
- Node.js 20+
- PostgreSQL database
- Docker (optional)
Running with Docker
bash
docker compose up -dRunning Locally
- Install dependencies:
bash
npm install- Copy and configure environment variables:
bash
cp .env.example .env- Run database migrations and start the server:
bash
npm run devThe server starts on http://localhost:3000 by default.