You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Install npm packages by running `\src>npm install` in the `src` directory.
15
+
2. Restore nuget packages by running `\src>dotnet restore` in the `src` directory.
16
+
3. Create the database using existing migrations by running `\src>dotnet ef database update` in the `src` directory.
17
+
4. Run the project by running `\src>dotnet run` in the `src` directory.
18
+
5. Point your browser to **http://localhost:5000**.
19
+
20
+
The project can also be run from either Visual Studio 2017 or Visual Studio Code with the IDE handling some of the steps above but if you have issues try running the above from the command line to ensure everything is setup.
21
+
14
22
15
-
## Troubleshooting
16
-
- Running `dotnet ef database update' results in **No executable found matching command "dotnet-ef"**.
0 commit comments