About The Application
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.
What are the 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.
What functionalities does the A.P.I provides ?
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
User Search
- Endpoint for Searching Users by :
Searching & Sorting Posts
- Endpoint for Searching Posts by :
ADMIN 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
Comments Management
- Endpoint for Retrieving Comments
- Endpoint for Deleting Comments