How to Build a REST API in Node.js and Express.js and File JSON Database

  Рет қаралды 78,505

Kindson The Tech Pro

Kindson The Tech Pro

Күн бұрын

Пікірлер: 31
@sarveshkumarbhatt3007
@sarveshkumarbhatt3007 3 жыл бұрын
just loved how you kept it simpler.
@KindsonTheTechPro
@KindsonTheTechPro 3 жыл бұрын
You are welcome!
@rxlvnd3397
@rxlvnd3397 7 ай бұрын
Thank you for this tutorial! Very simple and helpful!
@KindsonTheTechPro
@KindsonTheTechPro 5 ай бұрын
Glad it was helpful!
@abdishakur9
@abdishakur9 4 жыл бұрын
thanks my brother, i had a task to build an api this video help out major
@ent_World
@ent_World 3 жыл бұрын
Thanks a lot for the video, but your title should be "How to Build a REST API in NodeJS and expressJs"
@fredericbierbaum6903
@fredericbierbaum6903 3 жыл бұрын
Is this a good tutorial? Is it a bad one? I have no idea because I can't see the fking dislike ratio @KZbin
@burakenaktas
@burakenaktas 3 жыл бұрын
I agree with you
@sairaj6875
@sairaj6875 Жыл бұрын
Thank you very much!
@diannovaliamarian2415
@diannovaliamarian2415 Жыл бұрын
Thanks🔥🙏🏼
@Ayyjob
@Ayyjob 4 жыл бұрын
I have an error cant find module express
@bash7279
@bash7279 4 жыл бұрын
You need to download the express module
@yasir269050
@yasir269050 4 жыл бұрын
Make sure to install express.js which is npm install express --save
@PrimarchRoboleonFrenchyman
@PrimarchRoboleonFrenchyman 3 жыл бұрын
@@yasir269050 Thanks dude
@bilalisakhan7197
@bilalisakhan7197 2 жыл бұрын
I dont know why but when i go to server, it says 'Cannot get/ getUsers' and console says failed to load resource. Dont know why
@adeyemivictor8538
@adeyemivictor8538 7 ай бұрын
check your getUser spelling, and then the server address too
@bhanupratapmahatoihhcvlyth4136
@bhanupratapmahatoihhcvlyth4136 3 жыл бұрын
I want to make an api but i am not getting it how to make it
@marksorden5680
@marksorden5680 4 жыл бұрын
Thank you so much.. this made so much sense
@abhishekgarg1030
@abhishekgarg1030 3 жыл бұрын
i am not getting plz explain or give src code link
@TarekFaham
@TarekFaham 3 жыл бұрын
Nice...
@SilverSrx6
@SilverSrx6 3 жыл бұрын
thank you! :)
@taekosingkwala142
@taekosingkwala142 7 ай бұрын
idk why you keep it harder to read man, you can just simply make it like this. as a beginner Its hard for me to read your code. //REST API demo in Node.js const express = require('express'); const app = express(); const fs = require('fs'); const port = 3000 app.get('/getUsers', function(req, res){ fs.readFile(__dirname + "/" + "users.json", 'utf8', function(err, data){ console.log(data); res.end(data); // you can also use res.send() }); }) app.listen(port, () => { console.log(`app is listening on port ${port}`) })
@KindsonTheTechPro
@KindsonTheTechPro 5 ай бұрын
I see what you mean. Thanks for the feedback 😊
@ahmedsamir-m8s
@ahmedsamir-m8s 4 жыл бұрын
the link is down
@KindsonTheTechPro
@KindsonTheTechPro 4 жыл бұрын
Oh! My mistake. It's fixed now. Check
@shwetachaudhary8265
@shwetachaudhary8265 2 жыл бұрын
@@KindsonTheTechPro sir where is post method
@teemu3436
@teemu3436 3 жыл бұрын
DON"T USE THAT WEBSITE! It has so many spelling mistakes and inconsistencies
@KindsonTheTechPro
@KindsonTheTechPro 3 жыл бұрын
Seriously??
@teemu3436
@teemu3436 3 жыл бұрын
@@KindsonTheTechPro yea just read through the website
@KindsonTheTechPro
@KindsonTheTechPro 3 жыл бұрын
@@teemu3436 I see now. You're rigtht. I think I'll have to do a complete review of that site. Thanks by-the-way!
@PrinciPatel-c8y
@PrinciPatel-c8y Жыл бұрын
Done and Dusted
8.5: Saving Data to JSON File with Node.js - Programming with Text
17:00
The Coding Train
Рет қаралды 225 М.
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
How to Build a REST API with Node JS and Express
31:34
dcode
Рет қаралды 54 М.
Building REST API's using Node and Express.js
20:27
Piyush Garg
Рет қаралды 194 М.
Create A Python API in 12 Minutes
12:05
Tech With Tim
Рет қаралды 739 М.
I built an Omni-Directional Ball-Wheeled Bike
27:55
James Bruton
Рет қаралды 3,1 МЛН
Build a REST API with Node JS and Express | CRUD API Tutorial
1:01:16
JavaScript Mastery
Рет қаралды 572 М.
read & write JSON in Node.js. Use JSON as a database
12:38
Seeker Labs
Рет қаралды 26 М.
Learn Express JS In 35 Minutes
36:03
Web Dev Simplified
Рет қаралды 883 М.
Why Applications Are Operating-System Specific
13:09
Core Dumped
Рет қаралды 87 М.