323 B
323 B
generic_typescript_server
Express + TypeScript REST API with PostgreSQL.
Setup
cp .env.example .env
npm install
Database
Start Postgres:
npm run db:up
Run migrations:
npm run db:migrate
Stop Postgres:
npm run db:down
Dev server
npm run dev