Skip to content

Repository files navigation

🚀 VectorShift Pipeline Editor – Quick Project Setup Guide

This project demonstrates modern frontend architecture for a visual data pipeline editor using React, React Flow, and FastAPI.


⚡ Quick Start

  1. Install frontend dependencies
    cd frontend && npm install

  2. Install backend dependencies
    pip install fastapi uvicorn (from project root)

  3. Run frontend
    cd frontend && npm start
    App at localhost:3000

  4. Run backend
    uvicorn backend.main:app --reload
    API at localhost:8000


What we did:

  • Set up a monorepo with frontend (React + React Flow) and backend (FastAPI).
  • Used Create React App, Zustand store, and established reusable node component pattern.
  • Provided clear project scripts and API docs.
  • Architecture and documentation placed in /docs for easy reference.

🖼️ UI Overview

UI Overview

See full docs and details in the /docs folder!

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages