Skip to content

This application simulates a basic intake for a Pet Resort customer. Users can input their name, pets name, breed, and color. Once the pet is submitted their information will be displayed and stored in the table. You can toggle the check in status of the pet by clicking the Check In button and the date will be displayed. After the pet has left t…

Notifications You must be signed in to change notification settings

sdeda1us/vatti-pet-hotel

 
 

Repository files navigation

License: MIT REPO SIZE TOP_LANGUAGE FORKS

Project Name

Vatti-Pet-Hotel

Description

Duration: 7 hours

This application simulates a basic intake for a Pet Resort customer. Users can input their name, pets name, breed, and color. Once the pet is submitted their information will be displayed and stored in the table. You can toggle the check in status of the pet by clicking the Check In button and the date will be displayed. After the pet has left the hotel one can delete the pet's information from the table using the delete button.

Screen shot

The application in action Application in Action

##Installation

Required packages:

  • gitHub repository files

From the command line:

  1. Navigate to the parent directory:
  2. Type 'pip install - r requirements.txt'
  3. Type 'export FLASK_APP=server.py'
  4. Type 'flask run'

Open your web browser:

  1. enter the address, "localhost:5000"
  2. Use the application

##Built With

  • HTML
  • CSS/Bootstrap
  • JavaScript
  • jQuery
  • Python
  • Flask

License

MIT

Acknowledgement

Thanks to Prime Digital Academy who equipped helped me make this application a reality. Special thanks to my primary instructor, Mary Mossman

Special thanks to my learning group for this week from my Vatti Cohort:

About

This application simulates a basic intake for a Pet Resort customer. Users can input their name, pets name, breed, and color. Once the pet is submitted their information will be displayed and stored in the table. You can toggle the check in status of the pet by clicking the Check In button and the date will be displayed. After the pet has left t…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.4%
  • Python 30.8%
  • HTML 11.3%
  • CSS 5.5%