Skip to content

karthiksukumaran/nodejs-hello-world-basic-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KarthikSukumaran.com

This project contains a basic Hello world service

Clone the project

git clone https://github.com/karthiksukumaran/nodejs-hello-world-basic-service.git

Run NPM Install

npm install

Run the application

npm start

Testing the App

GET http://localhost:8888/hello

or

POST http://localhost:8888/hello

Result will be

{"data": "Hello World"}

About

This project contains basic nodejs service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published