OpenGenus / web_api_nodejs

A basic guide on building a Web API in NodeJS

Home Page:https://iq.opengenus.org/creating-a-web-api-node-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

web_api_nodejs

A very simple Web API, using JSON data from a file. We have divided the process in 3 basic parts -

πŸš€ Part 1

  • In this part, We have built a simple web server using http module in Node.js.

  • To Learn more about creating a web server, you may refer this article.

πŸš€ Part 2

  • In this part, We have implemented basic routing using url module in Node.js .

  • To Learn more about how routing works in Node.js, you may refer this article.

πŸš€ Part 3

  • In this part, We have created a simple Web API, using JSON data from a file.

  • To Learn more about how to build an API in Node.js, you may refer this article.

πŸš€ Part 4

  • In this part, We have implemented basic routing using Express.js .

  • To Learn more about how to implement Routing in Node using Express.js, you may refer this article.

About

A basic guide on building a Web API in NodeJS

https://iq.opengenus.org/creating-a-web-api-node-js/


Languages

Language:JavaScript 100.0%