Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 307 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 307 Bytes

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.