Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Qovery Migration AI Agent - Web

This project is an AI-powered tool to help migrate stacks from PaaS providers (Heroku, Render) to IaaS providers (AWS, GCP, Scaleway, Azure) using Qovery.

Features

  • User-friendly web interface for selecting source and destination platforms
  • Secure handling of credentials
  • Automated generation of Terraform manifests and Dockerfiles
  • Downloadable migration files
  • Step-by-step guidance for executing the migration

Getting Started

Prerequisites

  • Docker and Docker Compose
  • Node.js (for local development)
  • Go (for local development)

Running the Application

  1. Clone the repository:
git clone https://github.com/yourusername/qovery-migration-ai-agent.git
cd qovery-migration-ai-agent
  1. Start the application using Docker Compose:
docker-compose up --build
  1. Open your browser and navigate to http://localhost:3000 to access the application.

Development

For local development:

  1. Start the backend:
cd backend
go run main.go
  1. Start the frontend:
cd frontend
npm install
npm start