Skip to content

Latest commit

 

History

History
28 lines (12 loc) · 394 Bytes

File metadata and controls

28 lines (12 loc) · 394 Bytes

Postgres TypeORM sample

Installation

npm install

or

yarn install

Running

This example requires a local Postgresql installation. If using a local Postgres database, see app.module.ts for credentials, and make sure there are matching credentials in the database and the source code.

Run the sample

Then, run Nest as usual:

npm run start

or

yarn start