ByteMe is a backend-focused food ordering management system designed for university students and canteen staff.
It streamlines the process of placing, tracking, and managing food orders efficiently.
- Backend: Java (Core + OOPs)
- Database: MySQL
- Connectivity: JDBC
- β Place food orders in real-time
- β Track order status
- β Role-based access: Admin & Student
- β Order history and reporting
- Clone the repository:
git clone https://github.com/Ayush1Garg07/ByteMe-Food-Management-System.git
cd ByteMe-Food-Management-System
2. Import the database using the provided SQL script (database.sql).
3. Compile and run the Java backend:
javac Main.java
java Main
4. Access the system via console (or browser if you integrated a web frontend).
ByteMe-Food-Management-System/
βββ src/ # Java source files
βββ database.sql # Database schema and sample data
βββ README.md # Project description
βββ .gitignore