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
Sample project demonstrating jwt-based authentication with an Angular (v5.2.1) frontend and ASP.NET Core 2 WebApi. Includes both local user registration and facebook login scenarios.
3
+
4
+
## Development Environment
5
+
Sql Server Express 2017 & Sql Server Management Studio 2017
6
+
Runs in both Visual Studio 2017 and Visual Studio Code
7
+
Node 8.9.4 and NPM 5.6.0
8
+
.NET Core 2.0 sdk
9
+
Angular v5.2.1
10
+
11
+
## Setup
12
+
To run the project:
13
+
- From the `src` directory
14
+
15
+
## Troubleshooting
16
+
- Running `dotnet ef database update' results in **No executable found matching command "dotnet-ef"**.
0 commit comments