Pet Lookout

Pet Lookout This app uses NodeJS, Express, HTML, CSS, JQuery, and Restful Routes. Users can lookup & add lost pets that they may find.

Screenshots:

Screen Shot 2019-06-10 at 11 22 21 AM

Screen Shot 2019-06-10 at 11 22 40 AM

RESTFUL ROUTES

name url verb description

INDEX /lostPets GET Display a list of all lost pets NEW /lostPets/new GET Displays form to add a new lost pet CREATE /lostPets POST Add new lost pet to DB SHOW /lostPets/:index GET Displays a single record of lost pets EDIT /lostPets/:index/edit GET UPDATE /lostPets/:index PUT DESTROY /lostPets/:index DELETE

Consulted:

1) "Express in Action" by Evan M. Hahn

2) Youtube video https://youtu.be/5XL2Lwb7rds