Skip to content

this is a twitter clone spring boot based application

Notifications You must be signed in to change notification settings

Angel1841/Witter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Witter

Main idea

This web appllication is a Spring Boot social media app inspired by Twitter


Functionality

Users can create accounts(managed in UserService) which are saved into a MYSQL database.

Afterwards they can login/logout in and out of them.

image

Every different user can write posts, like them and also retweet them. The posts will appear on the timeline. The user's name and avatar can be seen above the written post.

image

Every user also has the tabs for:

  • Liked posts : image
  • Retweets : image

And finally their profile tab in which the user can see all of his additional info as: roles, email and posted tweets image