Skip to content

SoloLearn-Courses/nest_typeorm-postgres

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%