{"id":20441125,"url":"https://github.com/ari-hacks/fastapi-boilerplate","last_synced_at":"2026-05-06T18:32:57.133Z","repository":{"id":49248357,"uuid":"262008769","full_name":"ari-hacks/fastapi-boilerplate","owner":"ari-hacks","description":"A Boilerplate FastApi project","archived":false,"fork":false,"pushed_at":"2023-02-14T22:15:11.000Z","size":39,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T07:07:13.166Z","etag":null,"topics":["boilerplate","boilerplate-application","boilerplate-fastapi","docker","fastapi","fastapi-boilerplate","fastapi-template","pytest","python","python3","template","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"Python","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/ari-hacks.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":"2020-05-07T09:35:51.000Z","updated_at":"2025-01-05T12:49:28.000Z","dependencies_parsed_at":"2024-11-15T09:34:01.072Z","dependency_job_id":"b05788af-8659-468a-988d-123aa8870d0d","html_url":"https://github.com/ari-hacks/fastapi-boilerplate","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/ari-hacks/fastapi-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ari-hacks%2Ffastapi-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ari-hacks%2Ffastapi-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ari-hacks%2Ffastapi-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ari-hacks%2Ffastapi-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ari-hacks","download_url":"https://codeload.github.com/ari-hacks/fastapi-boilerplate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ari-hacks%2Ffastapi-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272131737,"owners_count":24878986,"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","status":"online","status_checked_at":"2025-08-25T02:00:12.092Z","response_time":1107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["boilerplate","boilerplate-application","boilerplate-fastapi","docker","fastapi","fastapi-boilerplate","fastapi-template","pytest","python","python3","template","travis-ci"],"created_at":"2024-11-15T09:30:10.508Z","updated_at":"2026-05-06T18:32:52.093Z","avatar_url":"https://github.com/ari-hacks.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastApi Skeleton\nA Boilerplate FastApi project\n\n![MIT license](https://img.shields.io/badge/License-MIT-blue.svg) [![Build Status](https://api.travis-ci.com/ari-hacks/fastapi-boilerplate.svg?branch=master)](https://travis-ci.com/ari-hacks/fastapi-skeleton)\n\n\n## Features \n- [x] Boilerplate project structure  \n- [x] Asynchronous API \n- [ ] User login and Authentication \n- [ ] MongoDb \n- [ ] CRUD endpoints \n- [x] Travis CI configuration before deploy \n- [x] API testing with `pytest` \n- [x] Pipenv dependency management \n- [x] Docker containerization and deploy to Heroku   \n\n## Set up\n\n### Requirements\n\n- [Python](https://www.python.org/) 3.8.1\n- Pipenv\n\n## Running Locally \n\n1. Clone this repository and `cd` into it\n\n    ```bash\n        → git clone https://github.com/ari-hacks/fastapi-skeleton.git\n        → cd fastapi-skeleton\n    ```\n2. Pipenv dependency management \n    ```bash\n        #run pipenv \n        → pipenv shell\n    ```\n    ```bash\n        #install dependencies  \n        → pipenv install\n        #run locally\n        → uvicorn app.main:app --reload \n    ```\n\n3. [Install \u0026 Run in docker](https://hub.docker.com/) \n4. Build Docker Image \n    ```bash\n        ➜ docker build -t app .\n    ```\n5. Start Docker container \n    ```bash\n        ➜ docker run -d --name fastapi-skeleton-container -p 5000:5000 app\n    ```\n6. Run the application\n   ```bash \n    Uvicorn running on http://0.0.0.0:5000/users/health-check \n    #or \n    http://localhost:5000/users/health-check\n   ```\n7. Check the logs \n   ```bash \n   ➜ docker container logs -f fastapi-skeleton-container\n   ```\n\n## Deploy pre-configured (Docker Deploy)\n\nPlease [Sign up](https://www.heroku.com/)  before Deploying. \n\n [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)                                               \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fari-hacks%2Ffastapi-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fari-hacks%2Ffastapi-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fari-hacks%2Ffastapi-boilerplate/lists"}