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

https://github.com/rudrodip/fastapi-template

fastapi template for oauth, db, prisma orm support
https://github.com/rudrodip/fastapi-template

cockroachdb docker docker-compose fastapi google-oauth2 mysql poetry postgresql prisma pydantic sqlite swagger-api uvicorn

Last synced: 2 months ago
JSON representation

fastapi template for oauth, db, prisma orm support

Awesome Lists containing this project

README

          

# FastAPI Template

Features:

- OAuth2 with JWT
- User registration
- User login
- SQL Database (support for MySQL, PostgreSQL, SQLite, CockroachDB)
- Prisma ORM
- Docker container

Todo:

- [x] Poetry setup
- [x] Server initialization
- [x] Prisma ORM setup
- [x] DB initialization and migration
- [x] User registration & login using Google OAuth2 (with JWT)
- [x] Docker container setup
- [x] Docker for development
- [x] Postgres setup
- [ ] MySQL setup
- [ ] SQLite setup
- [ ] CockroachDB setup
- [ ] Tests
- [ ] Deployment
- [x] Swagger UI
- [ ] Documentation
- [ ] Frontend example