/express-hello

A simple REST API service using NodeJS and ExpressJS

Primary LanguageJavaScript

express-hello

A simple REST API that runs with NodeJS and ExpressJS

GET requests made to / endpoint path return a Hello! message.

Starting the service

Install dependencies with npm install then start the service with npm start or node server.js

Make a request to the service

curl http://localhost:3000/