# Project Structure ``` remote-lab/ api/ # Backend (Kotlin, Spring Boot) db/ # Database scripts and docs website/ # Frontend (Next.js, React) docker/ # Docker-related files nginx/ # Nginx configuration docs/ # Project documentation ... ``` - **api/**: Contains the backend source code and configuration. - **website/**: Contains the frontend web application. - **db/**: Database scripts, migrations, and related documentation. - **docker/**: Docker scripts and files for deployment. - **nginx/**: Reverse proxy configuration. - **docs/**: Additional documentation and reports.