Project
1. Social Blog App
- A blogging application created using:
- Spring Boot, ReactJS, MySQL
- Supports functionality for:
- User authentication & authorization via Spring Security using JWT tokens
- CRUD operation regarding creation of Topics
- CRUD operation regarding posts under a topic.
- Topics with multiple posts under each topic
- User-topic subscription
- CRUD operations for comments under each post
- Upvote, downvote operation for each post
- Search functionality for topics