/arcade-games-web-api

A .NET 7 minimal API for the games built on Uno Platform. Serves as the backend service.

Primary LanguageC#MIT LicenseMIT

arcade-games-web-api

A .NET 7 minimal API for the games built on Uno Platform. Serves as the backend service.

Features:

  1. JWT token based authentication.
  2. Collection agnostic MongoDB functions.
  3. Controller less endpoints.

Patterns:

  1. CQRS lite pattern.
  2. Repository pattern.
  3. Mediator pattern.