A full-stack workshop system split into two repositories: WS-Api (Spring backend REST API) and WS-Portal (React + TypeScript frontend). This repo is a single entry point that links to both components.
- Repo: https://github.com/bgu-se-workshop-2025/WS-Api
- What it is: Spring web application — the API of the workshop project.
- Repo: https://github.com/bgu-se-workshop-2025/WS-Portal
- What it is: React frontend for the workshop project (Vite + TypeScript).
- Backend: Java / Spring (Maven)
- Frontend: React + TypeScript (Vite)
- Development/contribution is managed in the backend repo (issue-based workflow + branch naming + PR + reviewer). See: WS-Api README.