Skip to content

Seraphyne/petful-app-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Petful App

By Renata D.

Netlify Status

📌 Summary:

Petful operates on a FIFO (first-in, first-out) basis. Given a queue of dogs and a queue of cats, users adopt the first available pet. As a new adopter, add your name to the waiting list and watch as each available pet gets adopted. When it's your turn to adopt your pet, click the adopt button to dequeue that pet and complete the adoption process!

📌🔗 Links:

📌💻 Technology Used

Front-End:

Back-End:

Deployment:

📌📄 API Documentation

Method Path Purpose
GET /api/cats Get the first cat in the queue
DELETE /api/cats Dequeues the first cat in the queue
GET /api/cats/morecats Reloads the cats in the queue when there are no more available
GET /api/cats/allcats Get all cats next in the queue
GET /api/dogs Get the first dog in the queue
DELETE /api/dogs Dequeues the first dog in the queue
GET /api/dogs/moredogs Reloads the dogs in the queue when there are no more available
GET /api/dogs/alldogs Get all dogs next in the queue

📌📇 Contact:

LinkedIn: Contact

About

This project was made by Renata. Thinkful's Data structures & algorithms || Titled: Challenge: Petful.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published