GraphQL API

Ricardo Bicho

GraphQL API following following clean architecture architecture and MongoDB as the data source.
The API goal was to manage users (CRUD operations) and taking the advantage of GraphQL (with HotChocolate package) to efficiently query the data.
Like this project
0

Posted Jun 15, 2024

Simple api to manage users with CRUD operations. Solution layered with clean architecture design, GraphQL (with HotChocolate), CQRS (via MediatR) and MongoDB.