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
- Host: GitHub
- URL: https://github.com/jayvirrathi/fastapi-postgresql-rest-api
- Owner: Jayvirrathi
- Created: 2021-09-05T07:04:36.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-05T07:05:26.000Z (almost 5 years ago)
- Last Synced: 2025-02-27T16:53:09.664Z (over 1 year ago)
- Topics: fastapi, postgresql, rest-api, sqlalchemy
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```