Code Monkey home page Code Monkey logo

cbse-project's Introduction

Restaurant Management system

CBSE Project


ACKNOWLEDGEMENT

  • 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.


Index

Sl No Content
1 PROJECT ABSTRACT
2 TABLE STRUCTURE
3 SOURCE CODE
4 PROGRAM OUTPUT
5 BIBLIOGRAPHY

Members:

This project is to create and test a Restaurant Management Program that archives the following criteria:

  1. Store information about the food served at the restaurant.
  2. Provide the user with a simple and easy interface, which does not affect the performance, or quality of the service at the restaurant.
  3. A foolproof error prevention mechanism that does not allow the program to crash mid-operation.
  4. The use of a Database Management System to keep logs and track the data essential to the restaurant.
  5. A secure and easily accessible 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

Python

Modules used:
  • mysql.connector
  • csv
  • random
  • smtplib
  • ssl
  • os
  • time

MySQL

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.