{"id":25467794,"url":"https://github.com/grooooaaaark/rpn-calculator-api","last_synced_at":"2026-05-02T03:08:44.078Z","repository":{"id":256649478,"uuid":"727484461","full_name":"GROOOOAAAARK/rpn-calculator-api","owner":"GROOOOAAAARK","description":"Clean Code implementation of a RPN calculator API using MongoDB to store operations and results","archived":false,"fork":false,"pushed_at":"2025-02-15T10:48:27.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"trunk","last_synced_at":"2025-05-17T11:36:42.964Z","etag":null,"topics":["api","calculator","clean-architecture","clean-code","fastapi","python"],"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/GROOOOAAAARK.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}},"created_at":"2023-12-05T00:35:45.000Z","updated_at":"2025-02-15T10:48:31.000Z","dependencies_parsed_at":"2024-09-12T07:50:32.770Z","dependency_job_id":"ae111dff-0649-44ff-ad91-5076bc484767","html_url":"https://github.com/GROOOOAAAARK/rpn-calculator-api","commit_stats":null,"previous_names":["grooooaaaark/rpn-calculator-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/GROOOOAAAARK/rpn-calculator-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GROOOOAAAARK%2Frpn-calculator-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GROOOOAAAARK%2Frpn-calculator-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GROOOOAAAARK%2Frpn-calculator-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GROOOOAAAARK%2Frpn-calculator-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GROOOOAAAARK","download_url":"https://codeload.github.com/GROOOOAAAARK/rpn-calculator-api/tar.gz/refs/heads/trunk","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GROOOOAAAARK%2Frpn-calculator-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32521137,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["api","calculator","clean-architecture","clean-code","fastapi","python"],"created_at":"2025-02-18T07:34:00.581Z","updated_at":"2026-05-02T03:08:44.056Z","avatar_url":"https://github.com/GROOOOAAAARK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python FastAPI Calculator\n\nThis is a simple Python FastAPI RPN Calculator implementation.\n\n## Install and run the project\n\n```bash\nmake install-project\n\nsource .envrc\n\nmake run\n```\n\nOr\n\n```bash\npipenv install\n\nsource .envrc\n\npython -m app\n```\n\n## Run tests\n\n### E2E tests\n\nUse the postman collection in `tests/e2e` to run the tests.\nYou just have to set the environment variable `api_url` to `localhost:8000`.\n\n## Docker\n\nRun the project with docker:\n\n```bash\ndocker build --no-cache -f docker/app.Dockerfile -t rpn-api .\ndocker network create --attachable rpn-network\ndocker compose -f docker/docker-compose.yml up\n```\n\n## Upgrades\n\n- [ ] Handle multiple expressions in the same query\n- [ ] Add more supported operations in expression evaluation\n- [ ] Better read function in mongodb implementation\n- [ ] Add more tests (adapters, use cases, e2e w k6)\n  - [ ] Add tests on responses inside Postman collection\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrooooaaaark%2Frpn-calculator-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrooooaaaark%2Frpn-calculator-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrooooaaaark%2Frpn-calculator-api/lists"}