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

https://github.com/xgandax/demo_python_fastapi

This repository is a demo of a REST API created with FastAPI.
https://github.com/xgandax/demo_python_fastapi

backend fastapi python

Last synced: 4 months ago
JSON representation

This repository is a demo of a REST API created with FastAPI.

Awesome Lists containing this project

README

          

# Demo_FastApi
![Python](https://img.shields.io/badge/Python-3.12-blue?logo=python&logoColor=white)
![SQLite](https://img.shields.io/badge/SQLite-gray?logo=sqlite&logoColor=white)
![FastApi](https://img.shields.io/badge/FastApi-gray?logo=fastapi&logoColor=white)

This repository contains the source code for a REST API created with FastAPI, which includes CRUD operations as well as authentication with JWT.