This project is an in-progress web application developed using ASP.NET Core. It utilizes MediatR, CQRS, EF (Entity Framework), SQL, and other technologies to provide users with an intuitive and responsive user interface.
Prerequisites Before you can install and run this project, you must have the following software installed on your machine:
To install and run the project locally with in-memory storage, follow these steps:
Clone the repository to your local machine.
Open the project in Visual Studio.
In the appsettings.json
file, set "UseInMemoryDatabase" to true.
Build the solution in Visual Studio.
Run the project using Visual Studio's built-in web server or deploy it to a web server of your choice.
Access the application using a web browser.