top of page

Spring Social Media Blog API

Project Overview

Similar to the Social Media Blog API, this project will be a backend for a hypothetical social media app, where we must manage our users’ accounts as well as any messages that they submit to the application. However, the functionality for this project will leverage a popular web application framework for Java known as Spring. The Spring framework allows for the automatic injection and configuration of many features, including data persistence, endpoints, and conventional data manipulation logic (CRUD operations). In our hypothetical micro-blogging or messaging app, any user should be able to see all of the messages posted to the site, or they can see the messages posted by a particular user. In either case, we require a backend which is able to deliver the data needed to display this information as well as process actions like logins, registrations, message creations, message updates, and message deletions.

Chika Nwachukwu © 2024 All Rights Reserved

bottom of page