DMA9 is an online fast food ordering website built using PHP, Bootstrap, and Vanilla JavaScript. The platform allows users to create accounts, browse and filter food items, place orders, and receive order receipts. Additionally, an admin dashboard provides management functionalities.
- 🔹 User Authentication: Register, login, and manage accounts.
- 🔹 Food Ordering: Browse the menu, filter products, and place orders.
- 🔹 Receipt Generation: Get an order summary and receipt after purchase.
- 🔸 Manage Products: Add, update, and delete menu items.
- 🔸 View Orders: Monitor and manage customer orders.
- 🔸 User Management: Oversee registered users and their activities.
- Backend: PHP (Procedural or OOP?)
- Frontend: Bootstrap, Vanilla JavaScript, HTML, CSS
- Database: MySQL
git clone https://github.com/your-username/dma9.git
cd dma9- Import the provided SQL file (
dma9.sql) into your MySQL database. - Update
config.phpwith your database credentials.
- Place the project folder inside your local web server (
htdocsfor XAMPP,wwwfor WAMP). - Start your local server (Apache & MySQL).
- Open
http://localhost/dma9/in your browser.
Add screenshots of the homepage, menu, order page, and admin dashboard here.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to fork this repository, submit issues, or create pull requests.