Skip to content

Latest commit

 

History

History
executable file
·
25 lines (17 loc) · 715 Bytes

File metadata and controls

executable file
·
25 lines (17 loc) · 715 Bytes

Installation

  1. Fork this repository and clone your fork locally.

  2. Open the repository folder in your editor of choice:

    $ cd jAPI
    $ atom .
  3. Run npm install to install project dependencies into the activated environment.

  4. Execute npm start to run the development server.

Get All Quotes

Send a GET request to https://guarded-falls-27266.herokuapp.com/

Get A Quote

Send a GET request to https://guarded-falls-27266.herokuapp.com/quote/(quote-author)

Update a Quote

Send a PUT request to https://guarded-falls-27266.herokuapp.com/quote/update/quote

Delete a Quote

Send a DELETE request to https://guarded-falls-27266.herokuapp.com/quote/quote/(quote-title)