You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
React + Vite (TypeScript) app for SameBoat, a peer-support and mentorship platform. Provides the user interface for sharing stories, connecting with peers/mentors, and building trust in a safe, accessible way. UI for login/sessions, profiles, and story sharing; ESLint + type-checking; CI with build artifacts.
Spring Boot 3 (Java 21) backend for SameBoat, with PostgreSQL, Flyway migrations, server-side session auth, Testcontainers, CI with migration immutability checks. Exposes APIs for user accounts, stories, and trust events, designed with least-privilege DB access and env-based config for security and scalability.