asacristani / fastapi-sqlmodel

A small API with a classic CRUD that allows to create, update and delete from a DB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fastapi-SQLModel

A small API with a classic CRUD that allows to create, update and delete from a DB.

Installation

You need Python and Pip

pip install -r requirements.txt

Run

uvicorn main:app --reload

Check and API documentation

You can find all the schemes nd endpoints documentation. Also, you can try by yourself the endpoints http://127.0.0.1:8000/docs

About

A small API with a classic CRUD that allows to create, update and delete from a DB.


Languages

Language:Python 100.0%