Skip to content

Hack-Light/Zuri-Task-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zuri Task 3 - CRUD App with Database

Hosted Solution

https://zuri-3.herokuapp.com

Documentation on the routes

"/"

This is the home route of the api and displays a simple welcome message.

GET "/all"

/all route of the api gets all the users in the data base and sends it to the client.

POST "/"

send a POST request to / route of the api to create a new user. Send the following payload with the request.

  • name
  • email
  • country

GET "/:id"

Send a GET request to /:id route of the api to get a particular users from the database.

PUT "/:id"

Send a PUT request to /:id route of the api to getupdate a particular users in the database.

DELETE "/:id"

Send a DELETE request to /:id route of the api to deleta a particular users from the database.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors