{"id":15142636,"url":"https://github.com/amoghmadan/python-fastapi-rest-starter","last_synced_at":"2026-01-18T19:36:12.625Z","repository":{"id":255981240,"uuid":"854024024","full_name":"amoghmadan/Python-FastAPI-REST-Starter","owner":"amoghmadan","description":"Kick starter to your REST project.","archived":false,"fork":false,"pushed_at":"2024-10-05T13:49:16.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T21:49:30.129Z","etag":null,"topics":["alembic","fastapi","sqlalchemy"],"latest_commit_sha":null,"homepage":"https://github.com/amoghmadan/Python-FastAPI-REST-Starter","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amoghmadan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-09-08T07:39:23.000Z","updated_at":"2024-10-05T13:49:19.000Z","dependencies_parsed_at":"2024-11-01T13:00:49.999Z","dependency_job_id":"2c2adca5-7c9d-4870-935d-776419c35d47","html_url":"https://github.com/amoghmadan/Python-FastAPI-REST-Starter","commit_stats":{"total_commits":26,"total_committers":1,"mean_commits":26.0,"dds":0.0,"last_synced_commit":"f6c9d4e1229e2ce9e5255993a825c28c27481e2e"},"previous_names":["amoghmadan/python-fastapi-rest-starter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FPython-FastAPI-REST-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FPython-FastAPI-REST-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FPython-FastAPI-REST-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amoghmadan%2FPython-FastAPI-REST-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amoghmadan","download_url":"https://codeload.github.com/amoghmadan/Python-FastAPI-REST-Starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247509164,"owners_count":20950233,"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":["alembic","fastapi","sqlalchemy"],"created_at":"2024-09-26T09:43:12.441Z","updated_at":"2026-01-18T19:36:12.620Z","avatar_url":"https://github.com/amoghmadan.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python FastAPI REST Starter\n\nKick-starter to your REST application.\n\n## How to set up project for development?\n\n- Create a virtual environment: -\n  ```bash\n  python -m venv venv\n  ```\n- Activate: -\n    - Windows: `venv\\Scripts\\activate`\n    - Unix-like: `. venv\\bin\\activate`\n- Install dependencies: -\n  ```bash\n  pip install . -e '.[automation,sqlite,test]'\n  ```\n- Run: -\n  ```bash\n  uvicorn app.asgi:application --reload\n  ```\n\n## How to set up project for deployment?\n\n- Create a virtual environment: -\n  ```bash\n  python -m venv venv\n  ```\n- Activate: -\n    - Windows: `venv\\Scripts\\activate`\n    - Unix-like: `. venv\\bin\\activate`\n- Install dependencies: -\n  ```bash\n  pip install -e '.[sqlite,deployment]'\n  ```\n- Run: -\n  ```bash\n  gunicorn app:asgi:application -b 0.0.0.0:8000 -w 4 -k uvicorn.workers.UvicornWorker --log-level INFO\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghmadan%2Fpython-fastapi-rest-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famoghmadan%2Fpython-fastapi-rest-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famoghmadan%2Fpython-fastapi-rest-starter/lists"}