{"id":26180050,"url":"https://github.com/jellydn/fastapi-apps","last_synced_at":"2026-04-21T00:33:09.447Z","repository":{"id":223885289,"uuid":"761816554","full_name":"jellydn/fastapi-apps","owner":"jellydn","description":"This repository contains two demo applications built with FastAPI, managed as a monorepo using Moon.","archived":false,"fork":false,"pushed_at":"2024-04-30T05:14:43.000Z","size":115,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-05-02T02:27:55.509Z","etag":null,"topics":["fastapi","moon"],"latest_commit_sha":null,"homepage":"https://fastapi-demo-app.fly.dev/docs","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jellydn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-22T14:46:28.000Z","updated_at":"2024-05-03T05:48:42.229Z","dependencies_parsed_at":"2024-04-02T08:26:40.953Z","dependency_job_id":"69393a0a-4163-4dba-9abc-e04159059851","html_url":"https://github.com/jellydn/fastapi-apps","commit_stats":null,"previous_names":["jellydn/fastapi-apps"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ffastapi-apps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ffastapi-apps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ffastapi-apps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jellydn%2Ffastapi-apps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jellydn","download_url":"https://codeload.github.com/jellydn/fastapi-apps/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243119644,"owners_count":20239321,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi","moon"],"created_at":"2025-03-11T21:54:19.161Z","updated_at":"2025-12-25T00:43:34.357Z","avatar_url":"https://github.com/jellydn.png","language":"TypeScript","funding_links":["https://ko-fi.com/dunghd","https://paypal.me/dunghd","https://www.buymeacoffee.com/dunghd"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to fastapi-apps 👋\u003c/h1\u003e\n\n\u003e This repository contains two demo applications built with [FastAPI](https://fastapi.tiangolo.com), managed as a monorepo using [Moon](https://moonrepo.dev).\n\n[![IT Man - From Setup to Deployment: A Dual Demo of FastAPI Applications](https://i.ytimg.com/vi/YrBqX-lvSgk/hqdefault.jpg)](https://www.youtube.com/watch?v=YrBqX-lvSgk)\n\n## Applications\n\n2. **[App 1](./apps/app1/README.md)**: This application is set up using the traditional `requirements.txt` approach for dependency management.\n1. **[App 2](./apps/app2/README.md)**: This application is set up using the `poetry` approach for dependency management.\n1. **[Client](./apps/client/README.md)**: This is a client app that interacts with the FastAPI server.\n\n## Getting Started\n\n### Prerequisites\n\n- **Python**: You have installed Python 3.8 or higher. If you need to install a specific version of Python, we recommend using [pyenv](https://github.com/pyenv/pyenv).\n- **Moon**: You have installed [Moon](https://moonrepo.dev/), which is used to manage this monorepo.\n- **Dependency Management Tools**: Depending on the application, you will need different tools:\n  - For App 1, you need pip, which is typically installed with Python.\n  - For App 2, you need [Poetry](https://python-poetry.org) for dependency management.\n\n### Installation\n\n1. Clone the repo\n2. Run `moon run :install` to install dependencies for both apps\n\n### Running the Apps\n\nUse Moon to run the apps:\n\n#### Run Server\n\n- Run App 1 with `moon run app1:dev`\n\n#### Run Tests\n\n- Run App 2 with `moon run app2:test`\n\n## Resources\n\n- [Tutorial - User Guide - FastAPI](https://fastapi.tiangolo.com/tutorial/)\n- [FastAPI Best Practices and Conventions we used at our startup](https://github.com/zhanymkanov/fastapi-best-practices)\n- [Full stack, modern web application generator. Using FastAPI, PostgreSQL as database, Docker, automatic HTTPS and more.](https://github.com/tiangolo/full-stack-fastapi-postgresql)\n- [astral-sh/rye: a Hassle-Free Python Experience](https://github.com/astral-sh/rye)\n\n## Author\n\n👤 **Huynh Duc Dung**\n\n- Website: https://productsway.com/\n- Twitter: [@jellydn](https://twitter.com/jellydn)\n- Github: [@jellydn](https://github.com/jellydn)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge\u0026logo=ko-fi\u0026logoColor=white)](https://ko-fi.com/dunghd)\n[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge\u0026logo=paypal\u0026logoColor=white)](https://paypal.me/dunghd)\n[![buymeacoffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge\u0026logo=buy-me-a-coffee\u0026logoColor=black)](https://www.buymeacoffee.com/dunghd)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Ffastapi-apps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjellydn%2Ffastapi-apps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjellydn%2Ffastapi-apps/lists"}