https://github.com/ritampatra/microevents
Small meetup app built using Spring Boot, JSP and H2
https://github.com/ritampatra/microevents
bootstrap bootstrap5 h2-database jpa jsp spring-boot spring-mvc
Last synced: 2 months ago
JSON representation
Small meetup app built using Spring Boot, JSP and H2
- Host: GitHub
- URL: https://github.com/ritampatra/microevents
- Owner: RitamPatra
- Created: 2025-09-03T13:47:38.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-03T13:58:26.000Z (10 months ago)
- Last Synced: 2025-09-03T15:33:26.579Z (10 months ago)
- Topics: bootstrap, bootstrap5, h2-database, jpa, jsp, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Microevents
Microevents — a small meetup app built with Spring Boot, JSP and H2 for quick demos.
## Features
- Login/signup functionality
- Create and browse small, local micro-events with tags
- RSVP to events
- Tag-based suggestions based on past RSVPs
## Tech Stack
- Java 17, Spring Boot, Spring Data JPA
- JSP views (server-side)
- H2 in-memory database (dev only)
- Bootstrap 5
- Maven wrapper included
## How to Run
Run the following command in your terminal (Windows Powershell) at the project root.
```
.\mvnw.cmd spring-boot:run
```