Skip to content

Project Structure

Ângelo Azevedo edited this page May 28, 2025 · 1 revision

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.

Clone this wiki locally