Skip to content

Commit e9de26f

Browse files
authored
Create README.md
1 parent 86913b3 commit e9de26f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# AngularASPNETCore2WebApiAuth
2+
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

Comments
 (0)