Project information

  • Category: Web Services
  • Type: REST A.P.I
  • Database: S.Q.L
  • Tech Stack: JAVA | SpringBoot | Spring | Hibernate | Maven | S.Q.L | PostMan
  • Dependencies: Spring Data J.P.A | Spring Web | Spring Security | J.W.T. | Spring Boot DevTools | Hibernate | Validation | Model Mapper | Lombok | Logger | My S.Q.L Driver | Swagger
  • Project Duration: 01 Week
  • Project Type : Collaborative Project : 2 Members
  • Project Links : CODE
  • Project Presentation : LIVE

BLOG APPLICATION : REST A.P.I. WEB SERVICE

The Blogging Application's REST API is a web-based platform that empowers bloggers and users to share their ideas and perspectives in an interactive way. The API allows users to publish blogs on their personal profiles, complete with image support, which enhances the user experience.

The API also enables users to view and search for blogs and blog categories that align with their personal interests, fostering a community-driven platform. Users can also leave comments on published posts, encouraging engagement.

The API uses standard HTTP methods to retrieve, create, update, and delete data, providing a secure and robust way for the Blogging Application to interact with the data, making it easy and safe for users to share their thoughts and ideas. This REST API is an ideal solution for anyone who wants to connect with others and share their ideas through blogging.

A.P.I. FEATURES

  • The API implements Spring Security and JSON Web Token (J.W.T) for authentication, validation, and authorization of users and administrators.
  • The API includes functionality for pagination, sorting, and searching of data.
  • The API implements custom exception handling for all exceptions and validations.
  • The API utilizes custom request and response data transfer objects for all HTTP requests.
  • The API's primary objective is to provide a streamlined and user-friendly blogging experience for users.
  • Built on REST Architecture
  • Consumable by clients that support HTTP Protocol
  • Can be integrated with any application that supports REST API
  • Suitable for a wide range of use cases.


  • CUSTOMER FUNCTIONALITIES

  • Authentication Management
    • Endpoint for Sign Up
    • Endpoint for Sign In
    • Endpoint for Sign Out
  • Profile Management
    • Endpoint for Updating User Information
    • Endpoint for Retrieving User Information
    • Endpoint for Deleting User Account
  • Post Management
    • Endpoint for Creating Posts
    • Endpoint for Updating Posts
    • Endpoint for Retrieving Posts
    • Endpoint for Deleting Posts
    • Endpoint for Adding Comments to Posts
    • Endpoint for Updating Post Images
    • Endpoint for Retrieving Posts with Custom Pagination
  • Category Management
    • Endpoint for Creating Categories
    • Endpoint for Updating Categories
    • Endpoint for Retrieving Categories
    • Endpoint for Deleting Categories
  • Searching & Sorting Posts
    • Endpoint for Searching Posts by :
      • Title
      • Date
      • Category
    • Endpoint for Sorting Posts by :
      • Date
      • Popularity
  • User Search
    • Endpoint for Searching Users by :
      • Name

    ADMINISTRATOR FUNCTIONALITIES

  • Authentication Management
    • Endpoint for Sign Up Other Admin Accounts
    • Endpoint for Sign In
    • Endpoint for Sign Out
  • Profile Management
    • Endpoint for Deleting Admin Accounts
  • Post Management
    • Endpoint for Retrieving Posts
    • Endpoint for Deleting Posts
  • Category Management
    • Endpoint for Retrieving Categories
    • Endpoint for Deleting Categories
  • Comment Management
    • Endpoint for Retrieving Comments
    • Endpoint for Deleting Comments