📆 Meeting Management System ✨ Installation Github Clone Repository git clone https://github.com/lucent-intern-orgmeeting-management-system.git Frontend web Setting frontend/web/src/url.tsx export const SERVER = "http://<ip>:<server_port>"; frontend/web/.env REACT_APP_GOOGLE_CLIENT_ID=<google_client_id> SKIP_PREFLIGHT_CHECK=true Backend Setting backend/ormconfig.json { "type": "mysql", "host": "localhost", "port": 3306, "username": "root", "password": "YOUR_PASSWORD", "database": "meeting_management", "entities": ["dist/**/*{.d.ts,.js}"], "synchronize": false } 📌 Start web cd ./frontend/web npm install npm run start app cd ./frontend/app flutter pub get flutter run backend cd ./backend npm install npm run start 🛠 Tech Stack ▶ Tech Stack 선정 이유 분류 기술 Frontend Backend DB 📋 File Tree 📦Meeting-Management-System ┣ 📂backend ┗ 📂frontend ┣ 📂web ┗ 📂app