Microevents — a small meetup app built with Spring Boot, JSP and H2 for quick demos.
- Login/signup functionality
- Create and browse small, local micro-events with tags
- RSVP to events
- Tag-based suggestions based on past RSVPs
- Java 17, Spring Boot, Spring Data JPA
- JSP views (server-side)
- H2 in-memory database (dev only)
- Bootstrap 5
- Maven wrapper included
Run the following command in your terminal (Windows Powershell) at the project root.
.\mvnw.cmd spring-boot:run