Oct 11, 2024
nest new <project-name>
to scaffold a new application.nest-cli.json
file.HTTP GET
and HTTP POST
).@Injectable
, @Controller
for dependency injection and defining logic.npm run build
to compile the application.npm run start
.tsconfig.json
: Defines TypeScript compiler options.package.json
: Contains scripts for testing, building, and running the application..eslintrc.js
manage linting rules.UserModule
with its own controllers and services./user
, /hello
).