Skip to content

A Java-based backend system designed to streamline university food ordering, tracking, and management with structured database interactions and modular design.

License

Notifications You must be signed in to change notification settings

Ayush1Garg07/ByteMe-Food-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ByteMe – University Food Order Management System 🍽️

🎯 Project Overview

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.

πŸ› οΈ Tech Stack

  • Backend: Java (Core + OOPs)
  • Database: MySQL
  • Connectivity: JDBC

πŸš€ Features

  • βœ… Place food orders in real-time
  • βœ… Track order status
  • βœ… Role-based access: Admin & Student
  • βœ… Order history and reporting

βš™οΈ Setup Instructions

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

About

A Java-based backend system designed to streamline university food ordering, tracking, and management with structured database interactions and modular design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages