Skip to content

andr74r/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Asp.net core + React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages