Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 714 Bytes

File metadata and controls

30 lines (20 loc) · 714 Bytes

x-clone.com-backend

A backend clone of the X (formerly Twitter) platform built using Java and Spring Boot, designed to simulate core features like user registration, tweet posting, and feed retrieval. This is a learning-oriented project focused on backend API development using modern Java practices.


🚀 Features

  • ✅ User Registration & Login (JWT Auth)
  • 📝 Post Tweet (Create)
  • 🔍 View Feed (Read)
  • 🧵 Reply to Tweets
  • ❤️ Like/Unlike Tweets
  • 👥 Follow/Unfollow Users

🛠 Tech Stack

  • Java 17
  • Spring Boot
  • Spring Security (JWT)
  • JPA (Hibernate)
  • MySQL / PostgreSQL (choose one in config)
  • Lombok

📁 Project Structure