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
Ensure You have NodeJS installed in your system. Refer to https://nodejs.org to install NodeJS
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
server.js
is the starting point of the code
The application can be started using the command
node server.js