-
I take this opportunity to express my sincere gratitude towards smt. Parvathy E, Principal and Smt. Remya Das, Vice Principal, Bhavan’s Vidya Mandir, Eroor who gave me an opportunity to present my project.
-
I also convey my sincere thanks to Smt. Subha Varma, my teacher for providing guidance and support for completing this project.
-
I express my gratitude to my parents, teachers and friends for their constant support and encouragement.
-
Above all I thank the God Almighty without whose blessings this project would not have been successful.
| Sl No | Content |
|---|---|
| 1 | PROJECT ABSTRACT |
| 2 | TABLE STRUCTURE |
| 3 | SOURCE CODE |
| 4 | PROGRAM OUTPUT |
| 5 | BIBLIOGRAPHY |
Members:
- Vinayak K Raman
- Advaith Narayanan
- Meenakshi BS
- M S Sudheb
- Suryakiran
This project is to create and test a Restaurant Management Program that archives the following criteria:
- Store
informationabout the food served at the restaurant. - Provide the user with a
simpleandeasyinterface, which does not affect theperformance, orqualityof the service at the restaurant. - A
foolprooferror prevention mechanism that does not allow the program to crash mid-operation. - The use of a Database Management System to keep
logsand track the dataessentialto the restaurant. - A
secureandeasilyaccessible log of customers and their billing information.
This is a program that makes use of a very famous, easy and powerful, high-level programming language called Python and, an equally powerful and versatile database management software called Mysql.
Prerequists :
- Python 3.8 +
- MySQL 5.5
- MySQL Connector/Python 8.0
Modules used:
- mysql.connector
- csv
- random
- smtplib
- ssl
- os
- time
Tables
| Field | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| fno | int(3) | NO | PRIMARY KEY | NULL | |
| fname | varchar(50) | YES | NULL | ||
| type | varchar(20) | YES | NULL | ||
| price | int(5) | YES | NULL |
