Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis authored Jul 24, 2020
1 parent 8d3ac69 commit 68f29a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ The goal for this sample is to demonstrate some of the principles and patterns d

## Running the sample

After cloning or downloading the sample you should be able to run it using an In Memory database immediately.
After cloning or downloading the sample you should be able to run it using an In Memory database immediately. The store's home page should look like this:

![eShopOnWeb home page screenshot](https://user-images.githubusercontent.com/782127/88414268-92d83a00-cdaa-11ea-9b4c-db67d95be039.png)

If you wish to use the sample with a persistent database, you will need to run its Entity Framework Core migrations before you will be able to run the app, and update the `ConfigureServices` method in `Startup.cs` (see below).

Expand Down

0 comments on commit 68f29a5

Please sign in to comment.