mirror of
https://github.com/linsa-io/linsa.git
synced 2026-01-11 20:00:23 +01:00
[PR #116] [CLOSED] fastapi initial implementation #37
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/linsa-io/linsa/pull/116
Author: @rudyon
Created: 8/20/2024
Status: ❌ Closed
Base:
main← Head:main📝 Commits (2)
5564ea7fastapi initial implementation4f75253Update example_model.py📊 Changes
10 files changed (+44 additions, -0 deletions)
View changed files
📝
.gitignore(+5 -0)➕
app/__init__.py(+0 -0)➕
app/main.py(+12 -0)➕
app/models/__init__.py(+0 -0)➕
app/models/example_model.py(+6 -0)➕
app/routers/__init__.py(+0 -0)➕
app/routers/example_router.py(+8 -0)➕
app/schemas/example_schema.py(+6 -0)➕
example_model.py(+5 -0)➕
requirements.txt(+2 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.