Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

OmarAlaraby/Hotel-Reservation-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hotel-reservation-system

Hotel reservation system project


class

1. Customer

  • Id
  • Age
  • hotel id
  • total price
  • payment status
  • reservation number
  • national id
  • address
  • nationality
  • name
  • email
  • phone
  • check in
  • check out
  • currunt room id

2. Room

  • room number
  • room price
  • room floor
  • room capacity
  • room beds
  • hotel id
  • room type
  • room status

3. hotel

  • id
  • stars
  • name
  • rooms count
  • customers count
  • address
  • phone
  • email
  • website
  • description
  • rooms
  • customers

Menu

  • Add new customer
  • update customer data
  • update room data
  • delete customer
  • search for customer
  • show all customers
  • show all available rooms
  • show all reserved rooms
  • show all rooms
  • show hotel data
  • Show Names Of Customers According To Nationality

Installing

# downloading the project
git clone https://github.com/OmarAlaraby/Hotel-Reservation-System.git

intstall pipenv

pip install pipenv

go to the project directory and run these commands

# activate the virtual environment
pipenv shell
pipenv install Pipfile
# run the file
python views.py


Contributers

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages