npm installor
yarn installor
pnpm installPORT = 1337
NODE_ENV = production
# Database PostgreSQL credentials (for production)
DB_HOST = localhost
DB_USER = postgres
DB_PASSWORD = ...
DB_NAME = ...
DB_PORT = 5432
JWT_SECRET = mysecret_test
ALLOWED_ORIGINS = http://localhost:3000