Skip to content

lhousaine/nestjs-10_typeorm-03

Repository files navigation

SQL TypeORM sample

Installation

npm install

Running

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

Docker

There is a docker-compose.yml file for starting Docker.

docker-compose up

After running the sample, you can stop the Docker container with

docker-compose down

Run the sample

Then, run Nest as usual:

npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published