Skip to content

Instantly share code, notes, and snippets.

View linuxcarl's full-sized avatar

Carlos Ramírez Flores linuxcarl

View GitHub Profile
@nicobytes
nicobytes / type-orm_nestjs.md
Last active April 27, 2024 20:28
Steps: TypeOrm + NestJs

1. Create project

npm i -g @nestjs/cli
nest new tasks-api
npm run start:dev

2. Overview and delete files

3. Create module

nest g mo tasks