https://github.com/todaprojects/TodoList-CQRS
Convert TodosApi (earlier homework) to use CQRS instead of services (MediaTR)
https://github.com/todaprojects/TodoList-CQRS
angular asp-net-core cqrs web-api
Last synced: 12 months ago
JSON representation
Convert TodosApi (earlier homework) to use CQRS instead of services (MediaTR)
- Host: GitHub
- URL: https://github.com/todaprojects/TodoList-CQRS
- Owner: todaprojects
- Created: 2021-02-09T18:08:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-10T15:43:20.000Z (over 5 years ago)
- Last Synced: 2024-08-04T18:02:42.287Z (almost 2 years ago)
- Topics: angular, asp-net-core, cqrs, web-api
- Language: C#
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoList-CQRS
Convert TodosApi (earlier homework) to use CQRS instead of services (MediaTR)
#### `TodoListWebApi` - server side .NET application
#### `TodoListWebApp` - client side Angular application