-
Fork this repository and clone your fork locally.
-
Open the repository folder in your editor of choice:
$ cd jAPI $ atom .
-
Run
npm install
to install project dependencies into the activated environment. -
Execute
npm start
to run the development server.
Send a GET request to https://guarded-falls-27266.herokuapp.com/
Send a GET request to https://guarded-falls-27266.herokuapp.com/quote/(quote-author)
Send a PUT request to https://guarded-falls-27266.herokuapp.com/quote/update/quote
Send a DELETE request to https://guarded-falls-27266.herokuapp.com/quote/quote/(quote-title)