- .Net Core 3.1
- EF Core
- Swagger
- XUnit tests with Moq
To achieve standartization Every response returns the format below
{ "code": int, "done": bool, "data": object }
To see the api endpoints you can simply enter localhost:port/swagger
For testing purposes I added seed data (Transactions-players-wallets)