Getting started
Complete the following steps to setup the environment. After these steps your environment should be ready to actualy run MyShop.
- Create an empty MSSQL database with the name MyShopEvents.
- Execute CreateMyShopEventsObjects.sql located in the root of the project directory.
- Create an empty MSSQL database with the name MyShopReadModel.
- Execute CreateMyShopReadModelObjects.sql located in the root of the project directory.
- Update the two connection string in the connectionString section of the Web.config located in the \src\MyShop.UI.Web.MainSite directory.
- Make sure Distributed Transaction Coordinator service is running.
Running and debugging MyShop
- Open MyShop.sln located in the root of the project directory.
- Hit F5 to start a new debugging session.
- Navigate to http://localhost:12345/Login.
- Login with the username admin and password admin.