GergesHany / Hotel-Reservation-System-python

..

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

..


Languages

Language:Python 100.0%