Skip to content

ExtremeXP-VU/ExtremeXP-graphical-editor

Repository files navigation

ExtremeXP-graphical-editor (Working in Progress)

Build

In the root folder (i.e. the folder contains docker-compose.yaml file):

# make sure docker is installed
docker-compose up -d

Or, if you need everything re-built before running:

docker-compose up --build

To access the app: http://localhost:7001/

Deploy on SSH

To deploy the framework on a server with public IP, you need to change the VITE_API_URL for the frontend HTTP request in web-app/.env. For example,

// for local development
VITE_API_URL = 'http://127.0.0.1/';

// for SSH deployment
VITE_API_URL = 'http://145.1xx.2xx.2x/';

Demo

Network Deployment:

newtwork_structure

Login

login

Dashboard:

dashboard experiments dashboard experiments deletion dashboard tasks

Editor:

editor editor composite task editing editor label editing editor task config panel editor task variant selection editor add task variant editor model save editor model save as

About

Frontend: React + Vite + TS; Backend: Python Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published