{"id":19298505,"url":"https://github.com/evernext10/fastapi-inventory-python","last_synced_at":"2026-06-13T02:33:21.093Z","repository":{"id":129602513,"uuid":"569754231","full_name":"evernext10/FastAPI-Inventory-python","owner":"evernext10","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-23T19:36:34.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-16T06:15:12.964Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/evernext10.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-23T14:37:45.000Z","updated_at":"2022-11-23T19:39:19.000Z","dependencies_parsed_at":"2023-05-05T08:08:52.448Z","dependency_job_id":null,"html_url":"https://github.com/evernext10/FastAPI-Inventory-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evernext10/FastAPI-Inventory-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evernext10%2FFastAPI-Inventory-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evernext10%2FFastAPI-Inventory-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evernext10%2FFastAPI-Inventory-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evernext10%2FFastAPI-Inventory-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evernext10","download_url":"https://codeload.github.com/evernext10/FastAPI-Inventory-python/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evernext10%2FFastAPI-Inventory-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":[],"created_at":"2024-11-09T23:08:15.288Z","updated_at":"2026-06-13T02:33:21.086Z","avatar_url":"https://github.com/evernext10.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FastAPI-Inventory-python\n\n\n## Description\n\n_Python Challenge to make API using FastAPI_\n\nThis challenge showcases Repository Pattern in Hexagonal Architecture _(also known as Clean Architecture)_. Here we have one Entity - Product to create CRUD endpoint in REST under OpenAPI standard.\n\n## Installation\n\n- Install all the project dependency using [Pipenv](https://pipenv.pypa.io):\n\n  ```sh\n  $ pipenv install --dev\n  $ pip install -r requirements.txt\n  ```\n\n- Run the application from command prompt:\n\n  ```sh\n  $ pipenv run uvicorn main:app --reload\n  ```\n\n- You can also open a shell inside virtual environment:\n\n  ```sh\n  $ pipenv shell\n  ```\n\n- Open `localhost:8000/docs` for API Documentation\n\n_*Note:* In case you are not able to access `pipenv` from you `PATH` locations, replace all instances of `pipenv` with `python3 -m pipenv`._\n\n## Testing\n\nFor Testing, `unittest` module is used for Test Suite and Assertion, whereas `pytest` is being used for Test Runner and Coverage Reporter.\n\n- Run the following command to initiate test:\n  ```sh\n  $ pipenv run pytest\n  ```\n- To include Coverage Reporting as well:\n  ```sh\n  $ pipenv run pytest --cov-report xml --cov .\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevernext10%2Ffastapi-inventory-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevernext10%2Ffastapi-inventory-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevernext10%2Ffastapi-inventory-python/lists"}