rest api using express js | How to create REST API |REST API using node js | REST API using express

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2025

ความคิดเห็น • 127

  • @neelimaneelu195
    @neelimaneelu195 ปีที่แล้ว +9

    I have been following the entire playlist. The whole series was extremely good and simple. Thanks for uploading

  • @jeginilokesh
    @jeginilokesh 2 ปีที่แล้ว +9

    1)00:00:00 into of tutorial.
    2) 00:04:00 what was the use of api explain here. (based on our request api is communicate with data base).
    3)00:01:10 (based on our request api is communicate with data base).
    4)00:01:40 testing api by uing postman.
    5)00:07:40 we dont need to pass the id for post because id will auto increment.
    6)00:09:20 creation of database practically.
    7)00:12:40 npm init -y (to install package.json)
    8)00:14:40 to customize mysql data base inour project we want to install on libriary.
    9)00:18:00 to create server by uisng express.js
    10) 00:21:00 port number.
    11) 00:23:30 extension to run code.
    12) 00:24:30 command to stop server.
    13)00:25:15 why we start server explain here (server will receive request from clicent and send to database again take response from db and send back to the client).
    14) 00:25:30 based on the request want to to some action (this different type of actions is api commands ).
    15)00:26:15 for same method we can give different end points.
    16)00:31:40 server stop and again run problem remove
    17)00:32:50 to change the script for auto save of server code.
    18)00:35:20 whare are the different type of http request we are going to use .
    19)00:36:10 we can pass any variable name
    20) 00:37:50 code fordifferent http methods
    21)00:38:50 check the api in the postmasn tool
    22)00:40:50 database configuration
    23)00:42:00 in a single database server we have multible datases are present -->in each database multible tables are present.
    24)00:42:40 db configuration in vsstudio.
    25)00:46:20 create 4 methods in database.
    26)00:47:55 note point about when we use call back function.
    27)00:55:00 function for post method.
    28)00:56:12 template string very important.
    29)01:02:50 using dolar symbol.
    30)01:05:05 question mark method.
    31)01:07:17 update mobiles
    32)01:08:55 delete mobiles data.
    33)01:11:11 create a connection between db.js and api.js files for communication.
    34)01:13:10 in api.js file we call the the dp function
    35)01:14:00 promises for understand this concept follow the the javascript classes.
    36)01:19:10 checking api by using postman.
    37)01:20:00 promise implement for post in db.js
    38)01:2455 then and cache methods for the api.
    39)01:29:10 pasing arugumnt to the add function.
    40)01:30:45 using middlewares.
    41)01:34:55 put method.
    42)01:45:00 delete method.
    43)01:51:00 validation method
    ---------------------
    note:-1)first we create serve once serve started.
    2)we create api in same file where we create the server. (we did not create any tables in api code)
    3)by usign postman tool we ckeck what output we are getting for that particular api end point (becausse in backend code is not vissible in the chrome deve tools due to that only we use this postman to check our api output)
    4)

  • @Saiisro
    @Saiisro ปีที่แล้ว +2

    Chaala clear ga chepthunaaru it's soo useful to me thk u soo much for providing this

  • @JvaSwamy
    @JvaSwamy 9 หลายเดือนก่อน +2

    Thank you mam! i gained hands on experience through ur channel and make a video on
    How to deploy nodejs and express REST APIs to Shared Hosting to replace the mock API.

  • @cme_009surya.vkohli9
    @cme_009surya.vkohli9 22 วันที่ผ่านมา +1

    Mam your teaching is so excellent.And i have seen your are all playlists it so benificial to learn free thankyou mam .Mam could please make the videos related to the java backend mam.

    • @csworldtelugu
      @csworldtelugu  22 วันที่ผ่านมา +1

      Thanks for watching,I don't have more knowledge on Java as of now

  • @jegini_travel_vlogs
    @jegini_travel_vlogs ปีที่แล้ว +1

    47:58 when we use call back functions (if it is asynchronous function) on that time the function give two results success or failure the function which results given we can tarck with the help of call back function

  • @CBDharani
    @CBDharani 8 หลายเดือนก่อน +1

    Nice explanation for CURD operations using node.js and mySql , simple logics , I'm struggling how to connect database , I thought its very though not understanding syntax also , now I was clear my doubts , Thank you so much for posting video and if you don't mind further information give me if have anything pending for node js Remining classes and more we want information and also give this above source code , it's helps practice propose

    • @csworldtelugu
      @csworldtelugu  8 หลายเดือนก่อน

      Thanks,All core concepts covered

  • @GuruRag-y7v
    @GuruRag-y7v 2 หลายเดือนก่อน +1

    When i am click send option in post man tool in post method the information is stored in database as null

    • @csworldtelugu
      @csworldtelugu  2 หลายเดือนก่อน

      Send email to csworlddoubts@gmail.com,I will share source code

  • @krishnakumar-kq6yp
    @krishnakumar-kq6yp 2 ปีที่แล้ว +6

    Wide range of topics are covered Nice !!! Please share source code. Thank you

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว +1

      Thank you so much,sure I will provide

  • @ChandujobsApplications
    @ChandujobsApplications ปีที่แล้ว +1

    mam error is coming in my pc at 52:34 . should we give createConnection object as it is or should be wrt our mysql data

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      My SQL connection details given correctly or not?

    • @ChandujobsApplications
      @ChandujobsApplications ปีที่แล้ว +1

      @@csworldtelugu given mam

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      @@ChandujobsApplications what error you are getting

    • @ChandujobsApplications
      @ChandujobsApplications ปีที่แล้ว

      @@csworldtelugu mam meal app kosam dishes images kosam free api link untey ivvandi

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      @@ChandujobsApplications I have to search

  • @kosuriravi7893
    @kosuriravi7893 ปีที่แล้ว +2

    Where is that mobiles data madam { id:5 name : realme ..... That one 51:23 ... Where should i get access to it

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว +1

      From my SQL database

    • @katkamvamshi234
      @katkamvamshi234 2 หลายเดือนก่อน

      @@csworldtelugu could i access in my code if yes how could i access im getting everything but im not getting tables data in postman how to qaccess it table data in my system

  • @gopik5441
    @gopik5441 2 ปีที่แล้ว +2

    Is auto increment for ID in mysql is added or how or u handling ID INCRMENTATION FOR NULL VALUES please let me know ?

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Yes,In my SQL you have to use that column as auto increment

  • @SHIVAM-cy4jt
    @SHIVAM-cy4jt 2 ปีที่แล้ว +2

    Post api is not working correctly in my code i am getting null values in sql after adding urlencoded from express , please let me know the solution to figure this out

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Send code to csworlddoubts@gmail.com

  • @rayasamgopalkrishna5508
    @rayasamgopalkrishna5508 ปีที่แล้ว +1

    Hi madam , naku database lo unna mobiles information ravatledu adi if lo unna error message print avutundi nenu kuda mysql install chesukoni mobiles database ni create chesukovala please kocham chapandi

  • @bhuvankumar6337
    @bhuvankumar6337 ปีที่แล้ว +1

    Super

  • @jegini_travel_vlogs
    @jegini_travel_vlogs ปีที่แล้ว +1

    How we know whether the function is synchronous or asynchronous is there any trick to identify

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      If set time out,set interval, promises,api calls used then it is asynchronous

  • @venkatguptha6864
    @venkatguptha6864 2 ปีที่แล้ว +1

    hi madam mysql query lo id ela icharo mention chestara. naku id lo null values vastunayi

  • @jalandharbandari4092
    @jalandharbandari4092 ปีที่แล้ว +2

    can i create a table with name mobiles in MySQL before write this code?

  • @CK-ir2ke
    @CK-ir2ke 2 ปีที่แล้ว +2

    Really awesome madam, please do the project on mern stack.thank you

  • @sivachandra3969
    @sivachandra3969 ปีที่แล้ว +1

    Hi...
    I have a doubt..
    Manam node js application install chesaam kadha already laptop lo... Malli ee npm install enti...

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      npm install nodejs ki kadu ,vere libraries emina package.json lo unte avi install cheyadaniki

  • @ajaykumar-m3d7m
    @ajaykumar-m3d7m 6 หลายเดือนก่อน +1

    akka mysql2 db install chesukovadaneki youtube link send me

    • @csworldtelugu
      @csworldtelugu  6 หลายเดือนก่อน

      Just it's node js library,use
      npm i mysql2

  • @jegini_travel_vlogs
    @jegini_travel_vlogs ปีที่แล้ว +1

    01:11:00 how we call database methods by using api

  • @ChandujobsApplications
    @ChandujobsApplications ปีที่แล้ว +1

    you are doing great but i may be we need more vedios on nodejs

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      Will take time

    • @ChandujobsApplications
      @ChandujobsApplications ปีที่แล้ว +1

      @@csworldtelugu sorry for asking mam..........is it possible to contact you mam..........

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      It's ok msg me on below Instagram
      instagram.com/csworldtelugu?igshid=ZDdkNTZiNTM=

  • @sureshirla4283
    @sureshirla4283 ปีที่แล้ว +1

    im my system i dont have a sql so how to install mysql2

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      Check this video
      th-cam.com/video/7jVmzD2P1Ig/w-d-xo.html

  • @rayasamgopalkrishna5508
    @rayasamgopalkrishna5508 ปีที่แล้ว +1

    Hi madam,
    naku postman lo Api's work avatledu kocham adi chaputara meru please

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      What error you are getting

    • @katkamvamshi234
      @katkamvamshi234 2 หลายเดือนก่อน

      Bro the error is may be u r using localhost:port number so basically postman will not allowed the local host you should download the another version postman agent so your API will be work bro

  • @rammohan7480
    @rammohan7480 4 หลายเดือนก่อน +1

    thanks a lot

  • @umamaheshchalla7497
    @umamaheshchalla7497 2 ปีที่แล้ว +1

    Thank you mam

  • @ajayraju5528
    @ajayraju5528 2 ปีที่แล้ว +2

    Waiting for today Angular video....

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Sorry today no video

    • @ajayraju5528
      @ajayraju5528 2 ปีที่แล้ว

      @@csworldtelugu ok😕

    • @ajayraju5528
      @ajayraju5528 2 ปีที่แล้ว

      Today angular crud videos Aa akka

  • @azmirvali6205
    @azmirvali6205 ปีที่แล้ว +1

    mam how to connect postman with vscode

  • @SureshYanamala-q6e
    @SureshYanamala-q6e 10 หลายเดือนก่อน +1

    hi mam i am not getting debug icon

    • @csworldtelugu
      @csworldtelugu  10 หลายเดือนก่อน

      Oh send screenshot to csworlddoubts@gmail.com

  • @THOTASHIVA-k3e
    @THOTASHIVA-k3e ปีที่แล้ว +1

    api.js and
    db.js file ni postgres tho ela rayalo cheppandi akka

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      I don't have experience in postgre

  • @BalakrishnaTammela
    @BalakrishnaTammela 8 หลายเดือนก่อน +1

    🔥🔥🔥

  • @telugutrollclips7388
    @telugutrollclips7388 ปีที่แล้ว +1

    00:31:00 nodemon started explaining from here

  • @mychannel-sk7dw
    @mychannel-sk7dw 2 ปีที่แล้ว +1

    except delete api all api's is working mam pls assist me

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว +1

      Oh what is the issue

    • @mychannel-sk7dw
      @mychannel-sk7dw 2 ปีที่แล้ว

      @@csworldtelugu 404 not found error

    • @mychannel-sk7dw
      @mychannel-sk7dw 2 ปีที่แล้ว +1

      @@csworldtelugu Failed to load resource: the server responded with a status of 404 (Not Found)

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Check api code for delete once

    • @j-643-chitiralasundarkumar2
      @j-643-chitiralasundarkumar2 ปีที่แล้ว +1

      ​@@csworldtelugu hi mam promises add chesaka addMobiles work avatledhu cannot read properties of undefined (reading 'id') ani vasthunndhi source code petandi please

  • @ChandujobsApplications
    @ChandujobsApplications ปีที่แล้ว +1

    mam nodejs total ga cheppandi.........connceting to mongodb using express,robo3t(studio 3t)

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      I need to some time to start node js

  • @Wh---
    @Wh--- ปีที่แล้ว +2

    [nodemon] app crashed - waiting for file changes before starting... How solve This error madam

  • @Rockstar-hq9jg
    @Rockstar-hq9jg ปีที่แล้ว +1

    Medam express js download Ela tell me

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว

      It's a package just npm install express
      th-cam.com/video/VMVVuD3x7LI/w-d-xo.htmlsi=60rJYcRQHhbsCTzU

    • @Rockstar-hq9jg
      @Rockstar-hq9jg ปีที่แล้ว

      Thank you medam

  • @TupakulaChaithanya
    @TupakulaChaithanya ปีที่แล้ว +1

    you been trying a lot mam, kudos to that. but improve your teaching skills. nenu chala confuse aiyanu

    • @csworldtelugu
      @csworldtelugu  ปีที่แล้ว +1

      Thanks for the feedback,Watch it again & practice you will understand

  • @saihemanthbojja413
    @saihemanthbojja413 3 หลายเดือนก่อน +1

    Akka Mongo db and postman meedha emaina classes chesara akka

  • @eekshitasai2663
    @eekshitasai2663 7 หลายเดือนก่อน +1

    Mam mangoDB use chesi chesi oka video cheyandi mam

  • @umamaheshchalla7497
    @umamaheshchalla7497 2 ปีที่แล้ว +1

    Mam I need frentend for this example please upload video

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Please watch this
      th-cam.com/video/cqBQjyv6lnk/w-d-xo.html

  • @sudeepbattu5525
    @sudeepbattu5525 2 ปีที่แล้ว +1

    Django medha tutorial cheyandi mam pls

  • @divyabasannagari1577
    @divyabasannagari1577 2 ปีที่แล้ว +1

    Is it completed or not

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Covered basic to medium

    • @divyabasannagari1577
      @divyabasannagari1577 2 ปีที่แล้ว +1

      @@csworldtelugu tq for rpl...pls provide complete course if possible

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      @@divyabasannagari1577 will try

  • @narennarendra9842
    @narennarendra9842 2 ปีที่แล้ว +1

    Road map em leda

  • @patrisrinuvasri8596
    @patrisrinuvasri8596 9 หลายเดือนก่อน +1

    could you please share the source code of this vedio please madam

    • @csworldtelugu
      @csworldtelugu  9 หลายเดือนก่อน

      send email to csworlddoubts@gmail.com

  • @haikomaram
    @haikomaram 2 ปีที่แล้ว +1

    🙏🙏🙏🙏.

  • @jobpreparation5143
    @jobpreparation5143 2 ปีที่แล้ว

    We can create server buy using express.js methods and objects point-1

    • @jobpreparation5143
      @jobpreparation5143 2 ปีที่แล้ว

      25:40 once the server is started it read to take request

    • @jobpreparation5143
      @jobpreparation5143 2 ปีที่แล้ว

      Serve take the request and send to api and fetch data from api and send back to user

    • @jobpreparation5143
      @jobpreparation5143 2 ปีที่แล้ว

      31:55 to install npm package to update changes with out Stop server

    • @jobpreparation5143
      @jobpreparation5143 2 ปีที่แล้ว +1

      36:00 in nodejs everything is run with in buili method

    • @csworldtelugu
      @csworldtelugu  2 ปีที่แล้ว

      Thank you

  • @skchandbasha5693
    @skchandbasha5693 11 หลายเดือนก่อน +1

    where is the source code

    • @csworldtelugu
      @csworldtelugu  11 หลายเดือนก่อน

      Send email to csworlddoubts@gmail.com

  • @mychannel-sk7dw
    @mychannel-sk7dw 2 ปีที่แล้ว +3

    mam pls provide source code or github

  • @patrisrinuvasri8596
    @patrisrinuvasri8596 9 หลายเดือนก่อน +1

    please send me source code of this vedio please

  • @karthikpatel1623
    @karthikpatel1623 2 ปีที่แล้ว +1

    PLease provide source code