Skip to content

zhengwuqingling28/jwt-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

About

Asp.Net Core Web API, JWT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages