Beyhan Oğur 361dbef019 first commit
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00
2026-04-26 22:25:19 +03:00

FastAPI Account System

Minimal FastAPI project scaffold implementing email/password and OAuth flows with JWTs.

Quick start:

  1. Copy .env.example to .env and fill values (MySQL connection, secrets, OAuth keys).
  2. Install dependencies:
pip install -r requirements.txt
  1. Create DB and run migrations (or let app create tables on startup for quick runs):
# For quick local run (creates tables automatically):
uvicorn app.main:app --reload

See .env.example for required environment variables.

Description
No description provided
Readme 41 KiB
Languages
Python 99.5%
Mako 0.5%