This app is mainly categorised into three major sections:
-
- Monitor User: Admin can monitor all the users and can delete user for violating rules.
- Monitor Post: Admin can monitor all posts and can delete post of any of the user.
- Monitor Comments: Admin can monitor all comments and can delete comment of any of the user.
- Category: Admin can Add/Edit blog category.
-
- Profile: User can add/edit his/her name, email, about.
- Post: User can create post with any category added by Admin or can edit his own post.
- Comments: User can comment on any post and can delete his/her own comment.
-
- Website Page: Any anonymous user can see our website. He/She has access to view all posts and about-us, contact-us page.
- Login/Register: Users can also Register to Website, Login into the website.
- Different User Profiles/Roles: ADMIN, NORMAL.
- Sign In, Register & Reset Password functionlity with Spring Security.
- Storing and displaying posts, comments from MySQL Database with power of JPA & Hibernate.
- Clean & Simple UI.
- Adding post dynamically with create/edit post feature for user.
- JPA Pagination & Sorting for simplifying the user experience.
- Adding comments to the post and also showing user who added comments.
- Validating each and every field in form with @Valid annotation.
- Giving the ability to user to edit/add things in his own profile.
- Securing & adding Autorization to APIs with Spring Security.
- Giving access to swagger for documenting APIs.
- Segregation of code into multiple packages like Controller, Service, Model, Security, Repository, Constants etc., for better understanding.
- Spring Boot
- Spring MVC
- Spring Security
- Spring Data JPA
- Lombok
- Spring Dev Tools
- Spring REST APIs
- Bootstrap
- MySQL Database
- React JS
- Fork it (https://github.com/sanit7722/Blogging-Application/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request :D
Proudly 💪 made with Spring 💖
The MIT License (MIT)
Copyright (c) 2022 Sanit Dhuri
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.