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
- Host: GitHub
- URL: https://github.com/sminrana/fastapi-mysql-jwt
- Owner: sminrana
- Created: 2024-10-30T05:06:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T07:37:27.000Z (over 1 year ago)
- Last Synced: 2026-03-29T21:05:07.511Z (3 months ago)
- Topics: fastapi, mysql, python
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```