Skip to content

LeviApp/Quotes4LifeFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotes4LifeFrontend

Link to Project

https://quotes4life.netlify.app/

Quotes API

  • A server that will deliver quotes can be found here:

  • One thing to be aware of is that this server is a shared resource. Any quotes you enter will be viewable to everyone who connects to the server.

  • A quote has this basic format:

  {
    "title": "Quote Title",
    "text_body": "Quote Body",
    "img_url": "Image URL"
  }

a GET request to this route will return a list of all the quotes.

a GET request to this route (with "id" replaced by the quote ID) will return the quote with the specified ID.

a POST request to this route with the title and text in the req.body will create a new quote.

a PUT request to this route with the title and text in the req body will edit the quote with the specified ID.

a DELETE request to this route will delete the quote with the specified ID.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published