Skip to content

Backend Social Media Template || CRUD DAO Application using H2 Hibernate DB

Notifications You must be signed in to change notification settings

seycileli/SocialMediaTemplate.CrudWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SocialMediaTemplate.CrudWebApp

This is a backend code of a typical Social Media website.


The User can login/ register, create a User Profile, Follow users, and post a Message that will have a user Feed with followers messages.

With this template, you can connect to a database as well, and we are using EcipseLink JPA's (annotations)

The first version is created by using HttpServlet, which is an old method/ version

The next version will be an improvement from that version and we will be implementing Spring MVC (Model and View Controller) method.

About

Backend Social Media Template || CRUD DAO Application using H2 Hibernate DB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published