32 أسطر
513 B
Markdown
32 أسطر
513 B
Markdown
# 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
|