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

https://github.com/maazk7/fastapi-crud-api

This repository is a beginner-friendly project showcasing a CRUD API built with FastAPI, featuring authentication using OAuth2.0 with JWT and Role-Based Access Control (RBAC). It includes basic operations to add, delete, and view users, leveraging SQLAlchemy and SQLite (easily replaceable with MySQL or PostgreSQL)
https://github.com/maazk7/fastapi-crud-api

auth0 fastapi jwt-token python restapi sqlalchemy

Last synced: 5 months ago
JSON representation

This repository is a beginner-friendly project showcasing a CRUD API built with FastAPI, featuring authentication using OAuth2.0 with JWT and Role-Based Access Control (RBAC). It includes basic operations to add, delete, and view users, leveraging SQLAlchemy and SQLite (easily replaceable with MySQL or PostgreSQL)

Awesome Lists containing this project