Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doks-coders/taskmanager
https://github.com/doks-coders/taskmanager
Last synced: about 13 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/doks-coders/taskmanager
- Owner: doks-coders
- Created: 2024-02-24T23:32:34.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-19T16:56:18.000Z (10 months ago)
- Last Synced: 2024-11-13T12:57:28.455Z (2 months ago)
- Language: C#
- Size: 890 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)