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.
- 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.
- Java 17
- Spring Boot
- Spring Data JPA
- MySQL 8.0
- Maven
- Postman