Hey 👋, I am learning NestJS and typescript from Udemy and trying to build some cool mini projects.
Come lets all learn together and dance and chill 🎉
- To install nestjs cli - sudo npm i -g @nestjs/cli
- To create new nest app with cli - nest new (project name)
- To generate new module with cli - nest generate module (module name without .module.ts)
- To generate new controller - nest generate controller (module-folder/controller name without .controller.ts) --flat
- We can use postman to call the APIs with required methods
- We can use VScode REST client Extension