Petful Server

App Name

"my-Petful Shop"

live https://petful-client.christopher-xavier.vercel.app/

Client Repo: https://github.com/Christopher-Xavier/Petful-Client.git

API Server Repo: https://github.com/Christopher-Xavier/Api_petful-Server.git

Pair Contributors

Christopher Bogan, solo

What is My Petful Shop (a Petful Project)

"My Petful Shop" is our version of The Petful Project, a fullstack web-development project that is created around the principal of "FIFO"... first-in, first-out. Whereby a user submits their name into a queue via the submission form on the homepage. When called to the "no. 1 spot", the user is given a message indicating their turn to "adopt" a fictional cat or dog from the available choices on the adoption page. "Here at "My Petful Shop", our adoption process works on a "FIFO" ("First-In, First-Out") basis. It's a philosophy we've developed with our local animal rescues to ensure that every cat and dog gets a loving "FURever" home. So what are YOU waiting for...? ENTER your name and CLICK the button below to JOIN our waiting list. Then once your name is pulled to the "#1 spot", you can ADOPT one of the pets in the available list."

Petful Server

App Name

"Mylittle petful shop" (a Petful Project)

Live App link

Client Repo

API Server Repo:

Pair Contributors:

What is My Little Petful Shop (a Petful Project)

"MyPetful-shop" is our version of The Petful Project, a fullstack web-development project that is created around the principal of "FIFO"... first-in, first-out. Whereby a user submits their name into a queue via the submission form on the homepage. When called to the "no. 1 spot", the user is given a message indicating their turn to "adopt" a fictional cat or dog from the available choices on the adoption page. "Here at "MyPetfulShop", our adoption process works on a "FIFO" ("First-In, First-Out") basis. It's a philosophy we've developed with our local animal rescues to ensure that every cat and dog gets a loving "FURever" home. So what are YOU waiting for...? *ENTER your name and CLICK the button below to JOIN our waiting list. Then once your name is pulled to the "#1 spot", you can ADOPT one of the pets in the available list."

Technology Stack Used

  • CSS 3
  • HTML 5
  • JavaScript
  • React & React-Router
  • Node
  • Express
  • deployed to Heroku (server hosting)
  • deployed to Vercel (Client hosting)

API Calls

ENDPOINT /api/people

GET returns a randomized list of people POST adds a new person to the list DELETE removes a person from the list

ENDPOINT /api/pets

GET returns the available "next in queue" pets for adoption

ENDPOINT /api/pets/:pet_type

DELETE removes a pet listing per the "pet type" chosen