An open API service indexing awesome lists of open source software.

https://github.com/sminrana/fastapi-mysql-jwt

User registration and sign-in using mysql and get JWT token
https://github.com/sminrana/fastapi-mysql-jwt

fastapi mysql python

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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

```bash
uvicorn main:app --reload
```