Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 621 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 621 Bytes

Mock CMS For Virtual Theatre

Quick Start

# Build and run containers
docker compose up --build

# If you only need to start already-built containers
docker compose up

Files

  • docker-compose.yml: Runs the Node.js app + SQLite web viewer
  • Dockerfile: Builds the Node.js app container
  • index.js / schema.js / resolvers.js: Basic GraphQL setup
  • virtual_theatre.db: SQLite DB (mounted locally)