https://github.com/litsynp/fastapi-practice
Practicing FastAPI in layered architecture.
https://github.com/litsynp/fastapi-practice
fastapi pydantic python sqlalchemy
Last synced: about 1 month ago
JSON representation
Practicing FastAPI in layered architecture.
- Host: GitHub
- URL: https://github.com/litsynp/fastapi-practice
- Owner: litsynp
- Created: 2022-08-10T15:37:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-10T16:22:26.000Z (almost 4 years ago)
- Last Synced: 2025-10-06T02:37:02.560Z (9 months ago)
- Topics: fastapi, pydantic, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI Practice
A test repository to test functions available in FastAPI.
## API
- User create, get (list, detail) API is available.
- Swagger Documentation available at`http://localhost:8000/docs`.