Just Read It is a simple and user-friendly platform built using Java and Spring Boot technologies. It encompasses a range of CRUD (Create, Read, Update, Delete) features, enabling users to manage their blog posts and accounts effortlessly. The application incorporates REST APIs for seamless functionality and employs Spring Security with JWT for robust authentication and authorization. Users can create, read, update, and delete their posts, as well as comment on them, ensuring a dynamic and engaging user experience.
User Authentication : Secure user login and signup processes.
Image Integration : Users can effortlessly add images to their blog posts for enhanced visual content.
Account Management : Users have the flexibility to delete their own accounts.
Blog Post Management : Comprehensive CRUD functionality allows users to create, read, update, and delete their blog posts.
Comment System : Users can engage with others by commenting on blog posts.