Files
cloud-v3/LOCAL_NO_DOCKER.md
Первов Артем 05a9e0e535 first commit
2026-06-19 08:18:52 +03:00

291 B

Local Run Without Docker

npm install
cp .env.example .env
npm run start:dev

The API listens on PORT, default 3101.

This service does not run migrations. It expects the configured PostgreSQL database to already contain the current, edge, history, and tag tables.