DevBlog is a blog app using Java Spring Boot for the backend and ReactJS for the frontend.
- Auth (JWT, OAuth2): register, login, social login
- Post, comment, follow user, like post, report post/comment
- Realtime notifications
- Admin & moderator management
- Redis caching, Cloudinary upload
- Backend: Maven, Spring Boot, Spring Security, Spring Data JPA, Websocket
- Frontend: ReactJS, TailwindCSS
- Database: MySQL, Redis
- Authentication: JWT, Oauth2 with Google/Github
- Storage: Cloudinary for storing images
- API Docs: Swagger