Skip to content

sanit7722/Blogging-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogging App Website


Foco

Getting Started

This app is mainly categorised into three major sections:

  • Admin Section: [Role: ADMIN]

    • 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.
  • Normal user Section: [Role: NORMAL]

    • 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.
  • Any anonymous User: [Role: NONE]

    • 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.

Features

  • 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.

Built With

Database Schema Diagram

Capture

Contributing

  1. Fork it (https://github.com/sanit7722/Blogging-Application/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request :D

Proudly 💪 made with Spring 💖


License


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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published