Node.js and TypeScript: Build a CRUD API

preview_player
Показать описание


{
"compilerOptions": {
"target": "ES6",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES6"],
"sourceMap": true,
"strict": true,
"noImplicitAny": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"allowJs": true,
"rootDir": "src",
"outDir": "dist"
},
"include": ["src/**/*"]
}

{
"watch": [
"src"
],
"ext": ".ts,.js",
}

Angular 17 Authentication and Authorization

Angular Slide Panel

Angular Share Data between components

Please visit on the website:

Follow me on

Please like, comment and subscribe my channel.

#nodejs #nodejscrudrestapi #nodejscrudapi #restapi #wdcoders
Рекомендации по теме
Комментарии
Автор

Thanks, I've been facing a lot of problems with typescript.

brawnie
Автор

Thanks for the tutorial, can you do another tutorial with the MySQL db

nguessanyapojosiasarmel
Автор

i dont know why npm run start not wrking throwing file cant be started

qyfxftk
Автор

ok but can you do this same tutorial without using Mongoose like using mongodb nodejs driver

JS_shorts_dev
Автор

18:08 pr woh screen kaise aayi ? API ka

tejasshinde