Skip to content

PedroA54/PetPal-Hotel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PetPal Hotel

Table of Contents

Introduction

Welcome to PetPal Hotel – the ultimate destination for pampering your furry friends! 🐾

At PetPal Hotel, we make it easy for you to take care of your pets. Just sign up, add your pets, and book apointments for their spa days with us. Give your pets the love they deserve at PetPal Hotel!

Installation

To download the dependencies for the backend server, run:

pipenv install
pipenv shell

You can run your Flask API on localhost:5555 by running:

python server/app.py

Check that your server serves the default route http://localhost:5555.

To download the dependencies for the frontend client, run:

npm install --prefix client

You can run your React app on localhost:3000 by running:

npm start --prefix client

Check that your the React client displays a default page http://localhost:3000.

Features

  • Sign Up: Users can create a new account to access the PetPal Hotel platform.
  • Log In: Registered users can log in to their accounts to manage their pets and bookings.
  • Register Pets
  • Create Appointments:
  • Update Pets & Delete Pets
  • Update Bookings & Delete Bookings

How To Use

  1. Sign Up
  • Create an account by providing the necessary details.
  1. Log In
  • Enter your credentials to log in to your account.
  1. Home Page
  • After signing up, you will be directed to the home page.
  1. Register Your Animal
  • Go to the Add Animal form and Enter the details of your animal to register them into PetPal Hotel.
  1. Create a Booking
  • Choose a package for your animal and Fill in the correct check-in and check-out dates.
  1. Manage Your Profile
  • Go to your profile to view registered animals and bookings.
  • Edit or delete animal registrations and bookings as needed.
  1. Log Out
  • Click the "Log Out" button to sign out of your account.

License

This project is licensed under the MIT License.

Acknowledgments

  • Special thanks to our contributors for their valuable input and contributions.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published