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/yosoyfunes/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