This is the backend node/express for the Breaking Bad Quotes application created in Angular. When the user generates a new quote from the Angular application it makes a get request to the server to generate a random quote from the list.
For all of the breaking bad quotes
https://breaking-bad-quote-list.herokuapp.com/
For a random single breaking bad quote
https://breaking-bad-quote-list.herokuapp.com/quote
Front end Deployed:
https://breaking-bad-app.herokuapp.com/
Front end files