A TCP network library 'net' in nodejs is used to implement HTTP protocol.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
1. node
Run application using below command
PORT=3104 node app.js
By executing above command, server will be up and listening. Below listed endpoints will be working:
1. GET /
2. GET /health
3. PUT /job
4. GET /job/<id>
5. DELETE /job/<id>
6. POST /job/<id>/<name>