Skip to content

A Twitter clone on the server side with Spring Boot, Spring Data & many more.

Notifications You must be signed in to change notification settings

alexstan12/TwitterClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TwitterClone

A project I made for learning Spring Boot , ORM with Spring Data

This project replicates some basic functionalities of Twitter, including :

  • Creating users, posts, replies
  • Following users
  • Liking posts
  • Replying to posts
  • Getting a post feed for a specfic user
  • Finding users based on id/name
  • Deleteing users and posts
  • many more...

Tech stack and tech related info :

This is a server application based on SpringBoot that exposes several REST APIs with functionalities afore mentioned.

  • uses Controllers, Services, Models, Repositoriers (which extend CrudRepository)
  • MySql as a database
  • ORM with Spring Data
  • Server running on Tomcat9 (embedded)
  • API calls made with Postman

Project logic structure:

About

A Twitter clone on the server side with Spring Boot, Spring Data & many more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages