Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 580 Bytes

File metadata and controls

28 lines (25 loc) · 580 Bytes

JWT Project

This is my excercise to learn JWT

🚀 Quick start

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