/Tweeting-commenting-system

Create tweets with content and timestamp. View tweets with associated content. Add content to existing tweets. Basic authentication and authorization using Spring Security. Password encryption using BCryptPasswordEncoder.

Primary LanguageJava

Tweeting and Commenting System

This project is a basic Tweeting and Commenting System implemented using Spring Boot. It provides APIs to create tweets, view tweets, and add comments to tweets.

Features

  • Create tweets with content and timestamp.
  • View tweets with associated content.
  • Add content to existing tweets.
  • Basic authentication and authorization using Spring Security.
  • Password encryption using BCryptPasswordEncoder.

Technologies Used

  • Java 17
  • Spring Boot
  • Spring Data JPA
  • MySQL 8.0
  • Maven
  • Postman