Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/doks-coders/taskmanager


https://github.com/doks-coders/taskmanager

Last synced: about 13 hours ago
JSON representation

Awesome Lists containing this project

README

        

# Task Manager

This is a Task Manager Built on the robust .NET MVC framework f
[Watch Video](https://youtu.be/PGDe9YxOP7Q)

## Installation

```shell
git clone https://github.com/doks-coders/TaskManager
```
## About
This is a straightforward CRUD application designed to facilitate the creation and management of to-do lists for users. It allows users to input tasks and subsequently delete them once completed.However, the central emphasis lies in its architecture.

## Technologies Implemented
- ASP.NET MVC 8.0
- ASP.NET Identity Core
- ASP.NET Razor
- FluentValidations
- Mediators
- Automapper

## Architecture
- Full architecture with responsibility separation concerns, SOLID and Clean Code
- Unit of work
- Repository
- DDD (Doman Driven Development)