- Clone Repository
git clone https://github.com/lucent-intern-orgmeeting-management-system.git
- 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/ormconfig.json
{
"type": "mysql",
"host": "localhost",
"port": 3306,
"username": "root",
"password": "YOUR_PASSWORD",
"database": "meeting_management",
"entities": ["dist/**/*{.d.ts,.js}"],
"synchronize": false
}
cd ./frontend/web
npm install
npm run start
cd ./frontend/app
flutter pub get
flutter run
cd ./backend
npm install
npm run start
분류 | 기술 |
---|---|
Frontend | |
Backend | |
DB |
📦Meeting-Management-System
┣ 📂backend
┗ 📂frontend
┣ 📂web
┗ 📂app