← Back

Echoed

Full-stack music review platform. Paginated review feeds, threaded comments, reaction system, admin analytics dashboard.

Role
Team project
Stack
Spring Boot, Spring Security (JWT + Google OAuth2), PostgreSQL, Angular, Docker, Render + Vercel

Preview

Click to view fullscreen.

Live app: echoed-front.vercel.app

Technical highlights

  • Authentication

    Spring Security with JWT for email/password accounts plus Google OAuth2 for social sign-in. Refresh-token rotation and role-based authorization for the admin dashboard.

  • Review feed and threaded comments

    Paginated review feeds backed by Spring Data JPA, threaded comment trees, and a reaction system on both reviews and comments.

  • Admin analytics dashboard

    Aggregated stats over reviews, reactions, and active users to give moderators visibility into platform activity.