https://github.com/profjordanov/restaurant
A by the book Domain-Driven Design application.
https://github.com/profjordanov/restaurant
asp-net-core cqrs-pattern ddd either-monad event-sourcing event-sourcing-and-cqrs tdd
Last synced: 2 months ago
JSON representation
A by the book Domain-Driven Design application.
- Host: GitHub
- URL: https://github.com/profjordanov/restaurant
- Owner: profjordanov
- Created: 2019-04-06T21:10:53.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-21T06:39:24.000Z (3 months ago)
- Last Synced: 2025-03-21T07:29:20.805Z (3 months ago)
- Topics: asp-net-core, cqrs-pattern, ddd, either-monad, event-sourcing, event-sourcing-and-cqrs, tdd
- Language: C#
- Homepage:
- Size: 4.63 MB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Restaurant

RESTful Web Services based on ASP.NET Core API, Entity Framework Core Code First and PostgreSQL for a nation-wide restaurant system.
The system hold towns, restaurants, meals, ratings and users.It is example application demonstrating a combination between domain-driven design and functional programming.
# Functionalities
Anonymous visitors view restaurants and the meals they offer.Registered users can:
• Create and rate restaurants.
• Create, edit and delete meals in restaurants.
• Make orders and view their own orders.
## Features
1. Domain-Driven Design
2. CQRS (Command and Query Responsibility Segregation pattern)
3. Functional style command/query handlers
4. Event-sourcing
5. Real-time communications through SignalR
6. Fluent Validator
7. JWT authentication/authorization
8. File logging with Serilog