REST API Practice Project
Complete API with database connectivity with Database implemented using Express, EJS, MongoDB and Node JS.
Req Type: GET
Response: All users
Req Type: POST
Response: Create a new user. Accepts the application/json data.
Req Type: GET
Response: A single user view
Req Type: PATCH
Response: Update the user
Req Type: DELETE
Response: Delete the user.