# Build and run containers
docker compose up --build
# If you only need to start already-built containers
docker compose up
- GraphQL server on http://localhost:4000
- SQLite Web on http://localhost:8080
docker-compose.yml
: Runs the Node.js app + SQLite web viewerDockerfile
: Builds the Node.js app containerindex.js
/schema.js
/resolvers.js
: Basic GraphQL setupvirtual_theatre.db
: SQLite DB (mounted locally)