This repository contains a legacy backend API for todo-list
written in C# using .NET.
- Github Actions - test & deploy to AWS
- AWS Serverless Lambda
- DynamoDB Database
- Good code coverage
- Auth tests
- Unit tests
- Integration tests
- Language: C# .NET
- Framework: ASP.NET
- Database: AWS DynamoDb
- Validation: FluentValidation
- Logging: Serilog
- Mapper: Manual mapping
- Tests: xUnit
- Mocking: NSubstitute
- Mutation testing: Stryker.NET