Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 799 Bytes

File metadata and controls

28 lines (17 loc) · 799 Bytes

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