Node.js and TypeScript: Build a CRUD API

  Рет қаралды 5,275

WDCODERS

WDCODERS

Күн бұрын

In this video, we'll be creating a Node.js REST API using Typescript. We'll be working with the MongoDB CRUD (create, read, update, delete) API.
If you're a developer wanting to learn how to create a Node.js REST API using Typescript, then this video is for you! By the end of this video, you'll have a working REST API that you can use in your applications. We'll be using the Express.js web application framework to build our REST API. So if you're looking to learn how to create a Node.js REST API using Typescript, then this video is for you!
tsconfig.json
{
"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/**/*"]
}
nodemon.json
{
"watch": [
"src"
],
"ext": ".ts,.js",
"exec": "ts-node ./src/index.ts"
}
Angular 17 Authentication and Authorization
• Angular 17 Authenticat...
Angular Slide Panel
• Angular Slide Panel
Angular Share Data between components
• Share Data Between Com...
Please visit on the website:
wdcoders.com/
Follow me on
/ wdcoders
/ wdcoders
Please like, comment and subscribe my channel.
#nodejs #nodejscrudrestapi #nodejscrudapi #restapi #wdcoders

Пікірлер: 11
@JS_shorts_dev
@JS_shorts_dev 7 ай бұрын
ok but can you do this same tutorial without using Mongoose like using mongodb nodejs driver
@wdcoders
@wdcoders 7 ай бұрын
Hey, thanks for the idea! I'll work on a tutorial using the MongoDB Node.js driver soon.
@nguessanyapojosiasarmel3467
@nguessanyapojosiasarmel3467 8 ай бұрын
Thanks for the tutorial, can you do another tutorial with the MySQL db
@brawnie3969
@brawnie3969 3 ай бұрын
Thanks, I've been facing a lot of problems with typescript.
@snandini5255
@snandini5255 4 ай бұрын
can u provide github link?
@VsBerinath
@VsBerinath 3 ай бұрын
i dont know why npm run start not wrking throwing file cant be started
@tejasshinde6959
@tejasshinde6959 4 ай бұрын
18:08 pr woh screen kaise aayi ? API ka
@BodheeshVC
@BodheeshVC 2 ай бұрын
the app is called postman and it is a api testing tool
@bulentyildiz07
@bulentyildiz07 8 ай бұрын
👍🏽
@mateussoares7599
@mateussoares7599 8 ай бұрын
very useful tutorial
@wdcoders
@wdcoders 8 ай бұрын
Many many thanks
Node.js Doesn’t Suck Anymore
16:59
Web Dev Simplified
Рет қаралды 113 М.
Typescript API in NodeJS / Express in Depth [Part 1]
38:10
The Nerdy Canuck
Рет қаралды 9 М.
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 4,9 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 37 МЛН
Build a CRUD API with TypeScript, Express, MongoDB, Zod and Jest
1:38:56
Being Competent With Coding Is More Fun
11:13
TheVimeagen
Рет қаралды 82 М.
Rust keeps making JavaScript faster
5:16
Let's Get Rusty
Рет қаралды 94 М.
How to setup Nodejs Express with Typescript
28:20
Mafia Codes
Рет қаралды 18 М.
Why use Type and not Interface in TypeScript
14:12
ByteGrad
Рет қаралды 207 М.
Building simple CRUD and running a Node JS, TypeScript, PostgreSQL
25:53
Angular 17 Authentication and Authorization
19:33
WDCODERS
Рет қаралды 5 М.