Files
web-cad/README.md
T

439 B

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