Installation overview
BraDypUS v5 consists of two repositories that run together:
bdus-api— PHP backendbdus-app— Vue 3 frontend
The easiest way to run both is with Docker Compose, which handles all dependencies automatically.
Recommended: Docker Compose
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
- Git to clone the repositories
- Docker Desktop for the Docker approach