A multi-part application with frontend, backend, and infrastructure components.
This project is hosted in a private GitHub repository:
- Repository: https://github.com/stephencoombs/VODFlow
- Access: Private repository, contact repository owner for access
frontend/: UI application (Angular/React/Vue)backend/: Server application (.NET Core/Python)infrastructure/: Terraform deployment scripts.devcontainer/: Development container configurations
This project uses dev containers for consistent development environments across all components.
To get started:
- Install Docker and VS Code with Remote Containers extension
- Open the desired component folder in VS Code
- When prompted, reopen in container
# Clone the repository
git clone https://github.com/stephencoombs/VODFlow.git
# Navigate to the project directory
cd VODFlow