Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Building RESTful Web APIs with Node.js and Express

Posted By: Landau17
Building RESTful Web APIs with Node.js and Express

Building RESTful Web APIs with Node.js and Express
MP4 | Video: 720p | Duration: 1:40:13 | English | Subtitles: VTT | 296.6 MB



Good news for JavaScript developers: Using Node.js and Express, you can build a web API to push and pull data from your applications via HTTP. You don't have to learn ASP.NET or Python. You don't even have to know that much about back-end programming. In this course, Emmanuel Henri shows how to create a simple, RESTful web API with these two popular JavaScript libraries. He shows how to set up the project, including the Express server and testing environment, and create the endpoints needed to add, update, and delete data from a MongoDB database. At the end of the course, he shows how to serve static files such as images with your new API, and explores additional libraries that can help streamline API development, such as Koa and LoopBack.

Topics include:
  • Setting up a project and a server
  • Setting up a database and schema
  • Creating POST, GET, PUT, and DELETE endpoints
  • Serving files