Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pradhyumna-joshi/social-media-app

Website for Social Media Management using MVC architecture.
https://github.com/pradhyumna-joshi/social-media-app

hibernate-orm java mysql springmvc springmvc-java-web

Last synced: about 15 hours ago
JSON representation

Website for Social Media Management using MVC architecture.

Awesome Lists containing this project

README

        

# Social-Media-App
The aim of this project is to create a website for social media management using the MVC (Model View Controller) architecture. The MVC pattern is realized with the Spring MVC framework, which separates the presentation, business, and data access layers. The data access layer uses Hibernate, an object-relational mapping tool that simplifies database operations. The database system is MySQL RDBMS, which stores the user profiles, posts, and photos. The website allows users to view and manage their profiles, and post updates and photos.