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
A RESTful API backend for a micro-blogging social media application built with Java. I implemented user registration/login, message CRUD operations, and user-specific message retrieval using a 3-layer architecture with Spring Boot, JPA, and SQL database integration.