[PR #108] [CLOSED] FastAPI Implementation #228

Closed
opened 2026-03-02 23:34:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AJaySi/ALwrity/pull/108
Author: @fine-ai[bot]
Created: 8/16/2024
Status: Closed

Base: mainHead: fine/fastapi-implementation


📝 Commits (1)

  • faef4e7 Implement FastAPI backend and integrate with Streamlit frontend

📊 Changes

6 files changed (+235 additions, -8 deletions)

View changed files

📝 alwrity.py (+66 -8)
app/config.py (+25 -0)
app/dependencies.py (+50 -0)
app/main.py (+25 -0)
app/models.py (+23 -0)
app/routes.py (+46 -0)

📄 Description

Implement FastAPI backend and integrate with Streamlit frontend

  • Added a new FastAPI application entry point file for the main entry point of the FastAPI application
  • Created a file for defining FastAPI routes to contain route definitions for the application
  • Implemented a file for defining FastAPI models with Pydantic models for request and response validation
  • Added a file for defining FastAPI dependencies with dependency injection logic
  • Created a file for defining FastAPI configuration settings
  • Created a new folder for the FastAPI application to organize related files
  • Updated the existing Streamlit application to integrate with the new FastAPI backend by modifying it to make API calls to the backend

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AJaySi/ALwrity/pull/108 **Author:** [@fine-ai[bot]](https://github.com/apps/fine-ai) **Created:** 8/16/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fine/fastapi-implementation` --- ### 📝 Commits (1) - [`faef4e7`](https://github.com/AJaySi/ALwrity/commit/faef4e7a1b93d3d11fce4d0a584e4052997b8cd8) Implement FastAPI backend and integrate with Streamlit frontend ### 📊 Changes **6 files changed** (+235 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `alwrity.py` (+66 -8) ➕ `app/config.py` (+25 -0) ➕ `app/dependencies.py` (+50 -0) ➕ `app/main.py` (+25 -0) ➕ `app/models.py` (+23 -0) ➕ `app/routes.py` (+46 -0) </details> ### 📄 Description Implement FastAPI backend and integrate with Streamlit frontend - Added a new FastAPI application entry point file for the main entry point of the FastAPI application - Created a file for defining FastAPI routes to contain route definitions for the application - Implemented a file for defining FastAPI models with Pydantic models for request and response validation - Added a file for defining FastAPI dependencies with dependency injection logic - Created a file for defining FastAPI configuration settings - Created a new folder for the FastAPI application to organize related files - Updated the existing Streamlit application to integrate with the new FastAPI backend by modifying it to make API calls to the backend --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:34:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ALwrity#228
No description provided.