رفع الملفات إلى "/"

هذا الالتزام موجود في:
2026-03-25 10:42:50 +00:00
الأصل c5f9dfe2d9
التزام 98c4d2a3db
5 ملفات معدلة مع 124 إضافات و0 حذوفات

31
README.md Normal file
عرض الملف

@@ -0,0 +1,31 @@
# Universal Migrator Frontend
A beautiful React frontend for the Universal Database Migrator tool.
## Features
- PostgreSQL to PostgreSQL migration
- PostgreSQL to S3 backup/restore
- S3 to S3 migration
- MySQL to MySQL migration
- Modern Material-UI interface
- Real-time progress tracking
## Getting Started
1. Install dependencies:
```bash
npm install
```
2. Start development server:
```bash
npm run dev
```
3. Open http://localhost:5173 in your browser
## Build for Production
```bash
npm run build