Welcome to the CQRS reference application. This solution uses CQRS (Command Query Response Segration) which is a design pattern that separates reads (Queries) from writes (Commands).
This application is an Airline Booking solution that allows travel agents to book flights and make seat reservations for travelers.