Skip to content

sminrana/fastapi-mysql-jwt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User registration and sign-in using mysql and get JWT token

Setup

  • Create virtual environment
  • Install requirements packages by 'pip install -r requirements.txt'
  • Update database.py with your mysql credentials
  • Create database called 'book_store' and import db.sql

Run

uvicorn main:app --reload

About

User registration and sign-in using mysql and get JWT token

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages