Petful
- Cesar Lenin Morales
- Daniel Sottile
live site: https://petful-alpha.vercel.app/
server: https://secret-springs-25473.herokuapp.com
Server Repo:https://github.com/thinkful-ei-narwhal/DSA-Petful-api-Cesar-Daniel
Currently the API supports GET and POST endpoints.
- Unprotected Endpoints
- Get People: GET (https://secret-springs-25473.herokuapp.com/people)
- POST A Person: POST (https://secret-springs-25473.herokuapp.com/people)
- DELETE People: DELETE (https://secret-springs-25473.herokuapp.com/people)
- Get Pets: GET (https://secret-springs-25473.herokuapp.com/pets)
- DELETE Pets: DELETE (https://secret-springs-25473.herokuapp.com/pets)
- Get People: GET (https://secret-springs-25473.herokuapp.com/people)
This app allows users to adopt a pet through a unique system in which the first pets added into the adoption center are the first to be adopted! When it's your turn to adopt, you can choose to adopt a cat or a dog, and you're shown the details of the pet you are about to adopt!
- HTML5
- CSS3
- JavaScript
- React
- Node.js
- Express