Skip to content

Instantly share code, notes, and snippets.

View Alonso-Pablo's full-sized avatar
Writing code ...

Alonso Pablo Alonso-Pablo

Writing code ...
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