Simple Node.js app using PostgreSQL and TypeORM
Copy .env.schema
to .env
and fill their values.
USER
is forPGUSER
andPGDATABASE
(and alsoSCHEMA
) values. You can set them separately.PGPASSWORD
is for the database or schema's password if required.
npm i
npm run build
npm start