StudyOver is a campus-focused web platform where students can create and join study events to tutor, collaborate on assignments, prep for exams, and meet other students in the same university community.
- Frontend: HTML, CSS, JavaScript
- Backend: Spring Boot (Java)
- Database: MySQL
- Campus-only login / verification (ex: requires email ending in
@appstate.edu) - Create study events (title, topic, time, location, description)
- Browse and join upcoming study events
- View event details (host info, time/location, description)
Make sure you have these installed:
- Java 17+ (or whatever your Spring Boot project requires)
- Maven (or use the included
mvnw) - MySQL 8+
- Node.js (optional, only if you use tooling like npm scripts)