Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 441 Bytes

File metadata and controls

31 lines (24 loc) · 441 Bytes

NodeJs, helloworld API for test propouses.

This is a simple API that returns a welcome message.

Run your local environment

Clone the repository

git clone https://github.com/edgaregonzalez/nodejs-helloworld-api.git

Install dependencies

npm install

Run the tests

npm test

Start the server

npm start

Make a request

curl http://localhost:3000

test job