API BACKEN that provides functionalities to manage comments on a page or blog.
A mix of hexagonal architecture (port/adapter) and Clean Architecture is applied for a clear separation of responsibilities.
The application is developed at Asp.net C# using Entityframework.
The server uses JWT (Json Web Tokens) to authenticate applications. Each time a request is made to the API, a Token Bearer must be included in the head of the application. This token contains the user's internal ID and its role, and the server validates it in each request.
You can consult the process to authenticate and consume the API in the Endpoints guide.
The Endpoints guide provides all the information on how to authenticate and consume the API.
See Endpoints
You can see a diagram of the entire project design process.
See diagram