https://github.com/ashok-arjun/canteen-management-system
C++ program to implement canteen management system, with MySQL database as the backend.
https://github.com/ashok-arjun/canteen-management-system
backend canteen-management cpp mysql mysql-database object-oriented-programming oops oops-in-cpp sql
Last synced: 3 months ago
JSON representation
C++ program to implement canteen management system, with MySQL database as the backend.
- Host: GitHub
- URL: https://github.com/ashok-arjun/canteen-management-system
- Owner: ashok-arjun
- Created: 2019-06-15T05:16:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T05:39:28.000Z (about 6 years ago)
- Last Synced: 2025-01-30T17:39:33.878Z (5 months ago)
- Topics: backend, canteen-management, cpp, mysql, mysql-database, object-oriented-programming, oops, oops-in-cpp, sql
- Language: C
- Homepage:
- Size: 1.21 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Canteen-Management-System
This project was done to demonstrate and explore the basics and the nuances of object oriented programming. Coded completely in C++, this system used MySQL database as the backend, instead of the conventional file system, to improve scalability.
To build the program :
The MySQL Libraries can be downloaded from the folder 'msqllibraries' and these must be installed in the computer and linked to the compiler. Follow [this](https://www.youtube.com/watch?v=3v_lA1Gg1Q4) tutorial for guidance.A sample mysql database has also been provided, as the columns' names are hardcoded in the program.
This program can help you understand the various principles and advanced concepts of OOPS in an easy way.
The code is well-documented, so there should be no problem in understanding the code.
Pull requests are welcome!