Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/contactvaibhavi/online-hotel-management-system
A Flask web application to implement a Hotel Management system with dynamic Room Listings, Booking facility, Admin console, Billing Facility for guests supported by MySQL database.
https://github.com/contactvaibhavi/online-hotel-management-system
database-management er-diagram er-model flask javascript mit-license mysql ngrok python3
Last synced: about 2 hours ago
JSON representation
A Flask web application to implement a Hotel Management system with dynamic Room Listings, Booking facility, Admin console, Billing Facility for guests supported by MySQL database.
- Host: GitHub
- URL: https://github.com/contactvaibhavi/online-hotel-management-system
- Owner: contactvaibhavi
- License: mit
- Created: 2018-04-09T14:01:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T17:01:46.000Z (over 1 year ago)
- Last Synced: 2024-04-27T04:42:22.342Z (7 months ago)
- Topics: database-management, er-diagram, er-model, flask, javascript, mit-license, mysql, ngrok, python3
- Language: HTML
- Homepage:
- Size: 282 KB
- Stars: 50
- Watchers: 3
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hotel Management System
#### AIM
To build a system which makes it easier for the staff to manage the hotel and for the users to access the hotel facilities. The portal manages the bookings made by the guests for hotel facilities like rooms, amenities, restaurant etc.
It also supports Admin privileges through an admin console. It gives options to create, modify and delete the availability of any facility. There is also a Billing facility for the guests.#### ER Diagram:
![alt text](/ERDiagramHotelManagement.png)
#### Built with
Flask, Python, ngrok library for Local web Tunnelling and debugging, Javascript, CSS, HTML, MySQL etc.