Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 912 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 912 Bytes

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