/BlogSpot

A technical blogging website

Primary LanguageJava

BlogSpot

A Technical Blogging Website

It is a fully responsive blogging website made using JAVA servlets and jsp which includes basic modules of signup and login and also allows the user to view and add posts on the trending technologies. A LIKE system has also been implemented which allows the allows the users to like the posts of their interest.

PS: You need to have a mysql connection ad apache tomcat server to run this project.

The first page of the website looks like this Capture

After downloading the project, you will have to create a mysql databse and name it blogproject.

Then create the following 4 tables Capture

Capture

Capture

Capture

If the user is not registered, then he/ she can register and then login on the website. On logging in, the user will be directed to the profile page. image

The user can view his/ her details by clicking on his name on the top-right corner of the navbar and can also edit them. image

The website allows the user to view the latest blogs posted by other users and also post his/ her own blog. image

The user can see the details of a particular blog by clicking on ReadMore button and a liking system has also been implemented which allows the users to like the posts of their interest. image