Skip to content

aditya-sridhar/simple-rest-apis-nodejs-without-frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Repo to show how rest apis can be created with nodejs without express

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published