Skip to content

Installation overview

BraDypUS v5 consists of two repositories that run together:

  • bdus-api — PHP backend
  • bdus-app — Vue 3 frontend

The easiest way to run both is with Docker Compose, which handles all dependencies automatically.

See Install with Docker for step-by-step instructions. This is the approach used for both local development and production.

Manual installation (advanced)

See Manual installation if you need to run without Docker on a shared hosting server.

What you'll need