-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirement.txt
More file actions
41 lines (33 loc) · 797 Bytes
/
Copy pathrequirement.txt
File metadata and controls
41 lines (33 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# ========================================
# Restaurant Order Management System
# Restoran SUP TULANG ZZ
# Project Dependencies & Requirements
# ========================================
# Web Server
XAMPP >= 8.0 (Apache + MySQL + PHP)
# PHP Version
PHP >= 7.4
# PHP Extensions
php-mysqli
php-pdo
php-mbstring
php-json
php-fileinfo
# Database
MySQL >= 5.7
# Frontend Dependencies (CDN - no npm required)
# Font Awesome 6.4.0 (icons)
# No other external libraries required
# Development Tools
# VScode
# Git for version control
# GitHub for collaboration
# Browser Support
# Chrome >= 90
# Firefox >= 88
# Safari >= 14
# Mobile browsers (iOS Safari, Android Chrome)
# Project Structure
# /frontend - HTML, CSS, JS files
# /backend - PHP API files
# /database - SQL schema & seed data