Social Media - Twitter Like RESTful API Implementation - This project was to implement
a webservice running with Spring boot, JPA and PostgreSQL to perform CRUD operations for a Twitter like
social media application. Used Onion Architecture to address issues of Separation of concerns and tight
coupling by dividing the architecture into 3 layers.
- Implemented a RESTful API running with Spring boot to perform CRUD operations for a
Twitter like social media application with 30 endpoints
- Used JPA to generate database schema (classes) for PostgreSQL using PgAdmin in
collaboration with other developers
- Tested, troubleshot and debugged API functionality to meet the project requirements
using Postman
Link -
View on GitHub