This is my excercise to learn JWT
- Step 1.
Clone the project
git clone https://github.com/zhengwuqingling28/jwt-tutorial.git
- Step 2.
change connection string in Server/appsettings.json
"ConnectionStrings": { "DefaultConnection": "server=localhost\\sqlexpress;database=jwt_tutorial;trusted_connection=true" },
- Step 3.
import database
add-migration InitialDatabase
update-database
- Step 4. Run project