Nestjs tutorial on
- install and configure TypeORM to connect to supported databases. We use MySql in this demo.
- manage credentials as environment variables
- create entities and map them to the database tables
- perform CRUD operations, that is CREATE, READ, UPDATE and DELETE
Learn the basics of NestJs in this video: https://youtu.be/yNj_tzbX6BQ
Download
0 formats
No download links available.
Nestjs CRUD example with MySQL & TypeORM | NatokHD