To run the program:
1)Go to the project directory. 2)Run : npm install 3)Run : node app.js
Create User : (POST) localhost:8080/users Read User : (GET) localhost:8080/users Update User : (POST) localhost:8080/user/id/ Delete User : (DELETE) localhost:8080/user/id/