simple-rest-apis-nodejs-without-frameworks
simple-rest-apis-nodejs-without-frameworks copied to clipboard
Repo to show how rest apis can be created with nodejs without express
Building REST apis with Nodejs without using any framework or external library
This Repo is part of a blog.
The link to the blog is https://adityasridhar.com/posts/how-to-use-nodejs-without-frameworks-and-external-libraries
Pre-requisite
Ensure You have NodeJS installed in your system. Refer to https://nodejs.org to install NodeJS
Cloning and Running the Code
This code can be cloned to your local using the command
git clone https://github.com/aditya-sridhar/simple-rest-apis-nodejs-without-frameworks.git
Running the code
server.js is the starting point of the code
The application can be started using the command
node server.js