https://github.com/yeisson8a/apipython
Creación de API CRUD en Python y PostgreSQL usando las librerias FastAPI, Uvicorn y SQL Alchemy
https://github.com/yeisson8a/apipython
api-rest fastapi postgresql python3 sqlalchemy uvicorn
Last synced: 2 months ago
JSON representation
Creación de API CRUD en Python y PostgreSQL usando las librerias FastAPI, Uvicorn y SQL Alchemy
- Host: GitHub
- URL: https://github.com/yeisson8a/apipython
- Owner: Yeisson8A
- Created: 2024-11-14T21:07:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-14T21:09:19.000Z (over 1 year ago)
- Last Synced: 2025-03-16T03:41:49.780Z (over 1 year ago)
- Topics: api-rest, fastapi, postgresql, python3, sqlalchemy, uvicorn
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fast API CRUD con Python
Creación de un CRUD mediante una API desarrollada en Python usando las librerias FastAPI, Uvicorn y SQL Alchemy, y como motor de base de datos PostgreSQL