2026-06-22 07:23:46 +00:00
2026-06-22 07:23:46 +00:00
2026-06-21 20:32:49 +00:00
2026-06-21 20:32:55 +00:00

Web CAD

Web-based CAD application for event seating plans.

Setup

  1. Install dependencies:

    cd frontend && npm install
    cd ../backend && npm install
    
  2. Start the development servers:

    cd frontend && npm run dev
    cd ../backend && npm run dev
    
  3. Alternatively, use Docker Compose:

    docker-compose up
    

Services

S
Description
Web-basiertes 2D-CAD für Event-Bestuhlungspläne
Readme 8.4 MiB
Languages
TypeScript 87.2%
CSS 6.9%
HTML 5%
JavaScript 0.7%
Python 0.1%