An ASP.NET Core 6.0 Web API project with a MongoDB Atlas Database (NoSQL) using its Sample Analytics dataset, which contains three collections for a typical financial services application: customers, accounts, and transactions.
- MVC + Service Pattern
- CRUD methods abstraction for services
- Options Pattern
- Base model abstraction