This is a note management system API. It provides user with secured access to notes and also offers a to-do list feature.
- Entity Framework core
- Swashbuckle
- Automapify by Paprika
The API uses a monolith structure. It includes:
This layer contains any infrastructure code and features. This serves as the bridge between the db layer and the domain layer.
This layer contains data abstraction layer to connnect to an external database. This layer handles database operations.
This layer contains all the business logic or domain of the application. It also include the Data transfer object used to interact with the users.