Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seycileli/socialmediatemplate.crudwebapp
Backend Social Media Template || CRUD DAO Application using H2 Hibernate DB
https://github.com/seycileli/socialmediatemplate.crudwebapp
crud-application dao-crud dao-interface java jsp jsp-servlet servlet-mvc spring-mvc webapp
Last synced: about 2 months ago
JSON representation
Backend Social Media Template || CRUD DAO Application using H2 Hibernate DB
- Host: GitHub
- URL: https://github.com/seycileli/socialmediatemplate.crudwebapp
- Owner: seycileli
- Created: 2020-02-06T17:55:34.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-16T15:21:13.000Z (about 2 years ago)
- Last Synced: 2023-03-07T23:18:22.611Z (almost 2 years ago)
- Topics: crud-application, dao-crud, dao-interface, java, jsp, jsp-servlet, servlet-mvc, spring-mvc, webapp
- Language: Java
- Homepage:
- Size: 698 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.