Capstone Project – A restaurant order and menu management system built using PHP, MySQL, and XAMPP. Designed to help restaurant staff efficiently manage menus, orders, and daily operations through a clean and responsive interface.
Menu Management Add, edit, delete, and categorize menu items with images.
Order Management Track, update, and filter customer orders in real-time.
Dashboard Analytics View sales insights and order summaries.
User Authentication Secure login system with role-based access.
Security
- Password hashing using
password_hash() - Protection against SQL Injection
Responsive UI Optimized for desktop and smaller screens.
| Category | Technology |
|---|---|
| Frontend | HTML, CSS, JavaScript |
| Backend | PHP (Procedural) |
| Database | MySQL |
| Server | XAMPP |
| Libraries | Font Awesome |
- See the TODO List for upcoming features and improvements.
We welcome contributions! Please follow the proper workflow:
-
Fork the repository
-
Create a new branch
git checkout -b feature/your-feature-name- Make your changes and commit
git add .
git commit -m "feat: add new feature"- Push your branch
git push origin feature/your-feature-name- Open a Pull Request
📌 Please read:
CONTRIBUTING.mdCODE_OF_CONDUCT.mdSECURITY.md
- Clone the repository:
git clone https://github.com/devstygian/Resto-POS.git- Move to XAMPP directory:
C:\xampp\htdocs\Resto-POS-
Start Apache and MySQL in XAMPP
-
Import database:
- Open phpMyAdmin
- Import:
database/schema.sql
- Run the system:
http://localhost/Resto-POSThis repository includes internal documentation:
DOCUMENTATION.md→ Architecture, modules, endpoints, and system logic
Use this to quickly understand the system structure.
feat: new feature
fix: bug fix
style: UI / CSS changes
refactor: code improvement (no feature)
chore: cleanup / minor changes
docs: documentation
test: testingDevStygian 📧 hackstygian@gmail.com
- This project is developed for educational purposes
- Not intended for production use without further improvements (security, scaling, validation)
⭐ If you find this project useful, feel free to star the repository!




