A modular FastAPI initialization template featuring typed endpoints, Pydantic schemas, async execution flow, and a clean, extensible project architecture.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
27
commits
fix: simplify error message for FastAPI server connection issue
b06432aView on GitHubfeat: add Streamlit app for insurance premium category prediction
f6e0abdView on GitHubfix: correct condition check for patient deletion in delete_patient function
ad01764View on GitHubfeat: implement UserInput model and prediction endpoint for insurance premium calculation
1813e10View on GitHubfeat: update patient weight and BMI values for accuracy
edf6ef5View on GitHubfeat: update patient data for accuracy and consistency
4ddd866View on GitHubfeat: refactor Patient model and enhance API endpoints for better functionality and readability
62422edView on GitHubfeat: implement Patient model with BMI calculation and create patient endpoint
5b560f3View on GitHubfeat: remove main1.py file containing Patient model and API endpoints
db28479View on GitHubfeat: implement Patient model with BMI calculation and patient creation endpoint
c961d7eView on GitHubfeat: add new patient entry for Rike with updated details
21e7f28View on GitHubfeat: implement Patient model with BMI calculation and verdict determination
94bd5f1View on GitHubfeat: add Address and Patient models with example instantiation
c98558dView on GitHub