It is a photograph-oriented micro blog developed as a project of web-programming class on campus.
- Language : Java, JSP, CSS
- Library : cos
- DB : MySQL
- Web Server : Apache Tomcat
- ETC : Git, IntelliJ
- Source Code
It was created by imitating the UI of the Instagram, and developed using Java and JSP.
The main page only shows the posts of the users you follow.
This is the page where you upload photos and create posts. The cos library was used for uploading photos, and the hash tags of the posting contents were automatically recognized and stored in the DB to create a hyperlink.
Hashtag featue implemented, clicking on the hashtag will show the post with the same hashtag.
You can see your posts in the profile page. Used Flex function of CSS.
Following/ Unfollowing user by clicking button
A page where you can edit your profile and change your profile picture.