Skip to content

Develop the web application like social media using JAVA Servlet & JSP. In this application, we able to view friend's post and profile, add and update own post, update own profile, and chat with friends.

Sathveegan/Social-App-JAVA-Servlet-JSP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SOCIAL APP - JAVA Servlet & JSP

Develop the web application like social media using JAVA Servlet & JSP. In this application, we able to view friend's post and profile, add and update own post, update own profile, and chat with friends.

Method

First, clone or download the source code from github

Then, import the social_db.sql script to MySQL

Then, go to the DBConnection.java, change your connection string

private String url = "jdbc:mysql://localhost:3306/social_db";
private String username = "root";
private String password = "";

Finally, run the application on Apache Tomcat Server 👍.

Screenshots

Shot1

Shot2

Shot3

Shot4

Shot5

Shot6

Shot7

Shot8

Shot9

About

Develop the web application like social media using JAVA Servlet & JSP. In this application, we able to view friend's post and profile, add and update own post, update own profile, and chat with friends.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published