A hotel reservation system is built with Flask. This system can show, delete, insert, update customer data and search some advanced customer information.
More details about how to design a database, including : ER diagram, relationship description, entity description and relation schema, click here
- Show customer data
- Delete customer data
- Insert Customer data
- Updata customer data
- Search which hotel the customer lives in
- Search for customer living with dependent
- Count customer number
- Count total meal revenue
- Programming languages - Python, HTML
- Framework - Flask
- Database - SQLite3
- Database management tool - DBeaver
- Clone the repository
git clone https://github.com/gsdndeer/Hostel-Reservation-System.git
- Run
python app.py