A sample ContactBook application that showcases the CQRS software architectural pattern. Built with ASP.NET Core Web API.
Follow the below steps to run the application:
- Clone the repository.
- Run the
recreate-database.bat
file to create the database tables. - Open the
ContactBook.sln
file in Visual Studio. - Run the application.
- Use the Swagger UI to test the API endpoints for creating, updating, and reading user contacts.