Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 970 Bytes

README.md

File metadata and controls

33 lines (27 loc) · 970 Bytes

to-do-list

Simple DDD example based on ASP.NET Core + React.

The Application has two Bounded Context:

  • Issue. This BC is responsible for task creation and has many DDD patterns;
  • Security. This BC is responsible for authorization and it's a classic 3-layer arcitecture.

Solution structure

sol-str

Authentification demo

auth-demo

Task managment demo

task-demo

List of technologies:

  • ASP.NET Core
  • Automapper
  • Autofac
  • Fluent Validation
  • React + Redux
  • Material UI

To Run App:

  1. open cmd
  2. cd src/ToDoList.ReactClient
  3. npm install
  4. npm run build
  5. open solution using Visual Studio
  6. set ToDoList.Web as startup project
  7. run (f5)
  8. open http://localhost:9090/