Planning & First Steps | Creating a REST API with Node.js




Time to dive into it! Let’s start building our Node RESTful API. Well actually, let’s quickly plan it before we start. ———- Learn Node.js in our comprehensive 30h+ …

Original source


30 responses to “Planning & First Steps | Creating a REST API with Node.js”

  1. Hi ,first of all thank you for the wonderful tutorial.
    I have a small doubt , about folder structuring.
    Instead of creating the app.js and server.js inside the root folder, i created in .git–> root–>src–>api–>my-node-api–>{server.js,app.js}
    and I am trying to start the server from root and, it wasn't working .I had to go to my-node-api folder to run the "node server " command to make this work.
    Is there any way to configure, such that I can run "node server " from the .git–> root.

  2. Hello there!! I am trying ot create my restful Api resources using node js, howvere our compnay uses apache web server. Do i need to install Node js in our server? or can i just use the methods you are curently expaling and installl node js as a dependency in my project. Thanks! Tonathiu

  3. Thank you for your tutorial, how can we implement NodeJS- base API which will give the results of an SNMP poll of a remote server, having snMp community string, snmp OID1 and snmp OID2, remote server IP any address with port 161, Thanks

  4. hello sir i am a subscriber i want to create a login page for ios application using webs services and i will use the social login system like login with facebook .. using laravel can you give me a link to tutorial or can do a video
    waiting for your response

Leave a Reply