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

https://github.com/jayvirrathi/fastapi-postgresql-rest-api

FastAPI with Postgresql
https://github.com/jayvirrathi/fastapi-postgresql-rest-api

fastapi postgresql rest-api sqlalchemy

Last synced: about 2 months ago
JSON representation

FastAPI with Postgresql

Awesome Lists containing this project

README

          

# FastAPI with Postgresql

## Build Setup

```bash
# install dependencies
pip install -r requirements.txt

# serve with hot reload at localhost:8000 && opendocs at localhost:8000/docs
uvicorn main:app --reload
```