Skip to content

abdulsattar0617/users-api

Repository files navigation

users-api

REST API Practice Project

Complete API with database connectivity with Database implemented using Express, EJS, MongoDB and Node JS.

ROUTES

/Users

Req Type: GET
Response: All users

/Users

Req Type: POST
Response: Create a new user. Accepts the application/json data.

/Users/:id

Req Type: GET
Response: A single user view

/Users/:id/edit

Req Type: PATCH
Response: Update the user

/Users/:id/edit

Req Type: DELETE
Response: Delete the user.

About

REST API Practice Project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published