Giter VIP home page Giter VIP logo

task-manager-test's Introduction

task-manager

Getting started

No external dependencies ,simply dotnet run TaskManager.Api InMemory Db seeds itself with initial data, you can use this list of predefined IDs to test

Guid TaskListId = new Guid("3582b784-669e-49c9-bcf4-0d4b336e8003");
Guid UserId = new Guid("dbe4dd38-54b7-4b9c-a831-a480c74bfd91");
Guid UserId2 = new Guid("5bab8aa3-e66c-421d-a2cf-02708d47b929");
Guid UserId3 = new Guid("5e747c0b-4c42-4ed3-9592-409105546e3a");

Built with

Solution implemented with Clean Architecture in mind, it consists of 4 main layers ((Api, Infra) - Presentation -> Application -> Domain ( which has our table modules from EF)

EF Core with InMemoryDb(Code first approach), Automapper so we don't leak our domain entities outside, CQRS with MediatR library for our Presentation -> Application communication, Repository pattern without UOW for the sake of simplicity

##Notes Access policies are implemented only in DeleteTaskList, RevokeUserAccessToTaskList

task-manager-test's People

Contributors

waterdev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.