{"id":28103862,"url":"https://github.com/alpha-phi-omega-ez/backend","last_synced_at":"2026-03-02T00:32:08.777Z","repository":{"id":143360398,"uuid":"614641200","full_name":"alpha-phi-omega-ez/backend","owner":"alpha-phi-omega-ez","description":"Alpha Phi Omega, Epsilon Zeta Chapter Website Backend built with Fast API and MongoDB","archived":false,"fork":false,"pushed_at":"2026-02-24T05:04:21.000Z","size":28413,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-24T11:42:37.900Z","etag":null,"topics":["async","fastapi","mongodb","pydantic","pymongo","python"],"latest_commit_sha":null,"homepage":"https://apoez.org/api/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alpha-phi-omega-ez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"docs/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"docs/CODE_OF_CONDUCT.md","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":"2023-03-16T02:19:49.000Z","updated_at":"2026-02-24T05:04:24.000Z","dependencies_parsed_at":"2023-10-01T19:42:12.522Z","dependency_job_id":"c7c434ce-2071-4650-ae96-10edea20a6f7","html_url":"https://github.com/alpha-phi-omega-ez/backend","commit_stats":null,"previous_names":["alpha-phi-omega-ez/backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alpha-phi-omega-ez/backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha-phi-omega-ez%2Fbackend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha-phi-omega-ez%2Fbackend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha-phi-omega-ez%2Fbackend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha-phi-omega-ez%2Fbackend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alpha-phi-omega-ez","download_url":"https://codeload.github.com/alpha-phi-omega-ez/backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alpha-phi-omega-ez%2Fbackend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29988045,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T22:42:38.399Z","status":"ssl_error","status_checked_at":"2026-03-01T22:41:51.863Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["async","fastapi","mongodb","pydantic","pymongo","python"],"created_at":"2025-05-13T20:39:50.965Z","updated_at":"2026-03-02T00:32:08.730Z","avatar_url":"https://github.com/alpha-phi-omega-ez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# apoez.org\n\nBackend service for APOEZ's website to display chapter information and run the campus lost and found system.\n\n## Setup\n\nClone the repository and enter it\n\n```\ngit clone https://github.com/alpha-phi-omega-ez/backend.git\ncd backend\n```\n\n### Environment Variables\n\nCreate environment variable through a .env file or via the export command\n\n```\nSECRET_KEY = \"\u003crandom-string\u003e\" # for testing/development a random one will automatically be generated\nGOOGLE_CLIENT_ID=\"\u003cgoogle-client-id\u003e\" # for google login\nGOOGLE_CLIENT_SECRET=\"\u003cgoogle-client-secret\u003e\" # for google login\nTESTING=\"True\" # set for testing true or false\nSENTRY_DSN=\"\u003csentry-dsn\u003e\" # for tracing and reporting on errors\n```\n\nThe Config type can be changed to match the environment it is being run in, with the current options being TestingConfig and ProductionConfig.\n\n### Requirements\n\nUse [uv](https://docs.astral.sh/uv/getting-started/installation/) to install needed libraries\n\n```\nuv sync\n```\n\n### Run the service\n\nThe server will auto-reload on changes to make it easier to develop and test.\n\n```\nmake develop\n```\n\nor\n\n```\nuv run fastapi dev --port 9000\n```\n\n# Linting and formatting\n\nThis project uses ruff for linting in pull requests via github actions, it is recommended that you run format with ruff and/or install ruff in VSCode of your code editor and setup editor formatting using ruff.\n\nLint\n```bash\nruff check server\n```\n\nFormat\n```bash\nruff format server\n```\n\n## Authors\n\n- [**Rafael Cenzano**](https://github.com/RafaelCenzano)\n\n## License\n\nThis project is licensed under the GNU Affero Public License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpha-phi-omega-ez%2Fbackend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falpha-phi-omega-ez%2Fbackend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falpha-phi-omega-ez%2Fbackend/lists"}