(README brought to you by our LLM overlords...)
This is a small web server built with Spring Boot 3 that exposes a REST API documented using Swagger (SpringDoc OpenAPI). The frontend is developed using Svelte and serves a single-page application (SPA).
- Backend: Spring Boot 3, Spring Web, SpringDoc OpenAPI, H2
- Frontend: Svelte (using Vite)
- Build Tools: Maven/Gradle
- Database: H2 (in-memory)
./gradlew build
./gradlew bootRunThe server should start at: ➡️ http://localhost:8080
🔹 API Documentation The Swagger UI is available at: ➡️ http://localhost:8080/swagger-ui.html ➡️ OpenAPI JSON: http://localhost:8080/v3/api-docs