An open API service indexing awesome lists of open source software.

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

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
```