{"id":20658403,"url":"https://github.com/amamov/fastapi-mongodb-boilerplate","last_synced_at":"2026-05-05T00:32:47.135Z","repository":{"id":127025676,"uuid":"395542641","full_name":"amamov/fastapi-mongodb-boilerplate","owner":"amamov","description":"A boilerplate of the minimal and extensible Python modern web framework fastapi and mongodb.","archived":false,"fork":false,"pushed_at":"2021-08-13T06:46:59.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-17T11:42:37.542Z","etag":null,"topics":["fastapi","jinja","mongodb","motor","odmantic","pymongo","python","python3"],"latest_commit_sha":null,"homepage":"","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/amamov.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":"2021-08-13T06:26:15.000Z","updated_at":"2022-09-08T03:19:05.000Z","dependencies_parsed_at":"2023-08-14T19:35:38.297Z","dependency_job_id":null,"html_url":"https://github.com/amamov/fastapi-mongodb-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amamov%2Ffastapi-mongodb-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amamov%2Ffastapi-mongodb-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amamov%2Ffastapi-mongodb-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amamov%2Ffastapi-mongodb-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amamov","download_url":"https://codeload.github.com/amamov/fastapi-mongodb-boilerplate/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242768076,"owners_count":20182098,"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","jinja","mongodb","motor","odmantic","pymongo","python","python3"],"created_at":"2024-11-16T18:26:13.148Z","updated_at":"2026-05-05T00:32:47.097Z","avatar_url":"https://github.com/amamov.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \"Fastapi + MongoDB\" Boilerplate\n\n\u003e A boilerplate of the minimal and extensible Python modern web framework fastapi and mongodb. It supports restapi and ssr at the same time and is configured based on odmantic, which is a lightweight odm of mongodb.\n\n## Getting start\n\n```shell\ngit clone https://github.com/amamov/fastapi-mongodb-boilerplate.git \u003cyour-project-name\u003e\n```\n\n```shell\ncd \u003cyour-project-name\u003e\n\n# create \"secrets.json\" for env\ntouch secrets.json\n```\n\n```json\n// ./secrets.json\n{\n  \"MONGO_DB_NAME\": \"your-db-name\",\n  \"MONGO_URL\": \"mongodb+srv://...\"\n}\n```\n\n```shell\n# remove .git\nrm -rf .git\n```\n\n```shell\npip install -r requirements.txt\n```\n\n```shell\npython3 start.py\n```\n\n## Dependency\n\n- [FastAPI](https://fastapi.tiangolo.com/ko)\n\n- [odmantic](https://art049.github.io/odmantic)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famamov%2Ffastapi-mongodb-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famamov%2Ffastapi-mongodb-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famamov%2Ffastapi-mongodb-boilerplate/lists"}