{"id":23038654,"url":"https://github.com/ark948/reddit-clone-test02","last_synced_at":"2026-05-05T07:32:16.110Z","repository":{"id":265925192,"uuid":"896819795","full_name":"ark948/reddit-clone-test02","owner":"ark948","description":"A REST-based api clone of Reddit using FastAPI","archived":false,"fork":false,"pushed_at":"2025-01-10T20:02:35.000Z","size":226,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T23:41:31.067Z","etag":null,"topics":["fastapi","pytest","python","rest","rest-api","sqlalchemy","sqlmodel"],"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/ark948.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":"2024-12-01T11:50:23.000Z","updated_at":"2025-01-10T20:02:38.000Z","dependencies_parsed_at":"2025-01-10T21:18:37.213Z","dependency_job_id":"96e3ead9-4b3e-4bdc-a67d-e38eeba01f3e","html_url":"https://github.com/ark948/reddit-clone-test02","commit_stats":null,"previous_names":["ark948/reddit-clone-test02"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ark948/reddit-clone-test02","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark948%2Freddit-clone-test02","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark948%2Freddit-clone-test02/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark948%2Freddit-clone-test02/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark948%2Freddit-clone-test02/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ark948","download_url":"https://codeload.github.com/ark948/reddit-clone-test02/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ark948%2Freddit-clone-test02/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32640533,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["fastapi","pytest","python","rest","rest-api","sqlalchemy","sqlmodel"],"created_at":"2024-12-15T18:20:04.241Z","updated_at":"2026-05-05T07:32:16.094Z","avatar_url":"https://github.com/ark948.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reddit Clone in FastAPI\n\n### Features:\n    . Create and join communities\n    . Make posts\n    . Like or dislike other users' posts\n    . Comment on users' posts (Comments can also be liked and disliked)\n    . Other features comming...\n    \n    \n### Tech Stack:\n    . Backend Framework: FastAPI\n    . ORM: SQLAlchemy 2.0 + SQLModel\n    . Database: PostgresSQL (Async Connection)\n    . Token Authentication\n    . Redis for caching\n    . Celery (With Redis as message broker)\n    . Async compatible tests (with pytest fixtures)\n    \n\n### How is this project structured:\n    . Project has 3 main parts:\n        backend:\n                . apps          --\u003e (Project specific features)\n                        . a bunch of apps... --\u003e (dedicated folders for each app)\n                        . endpoints.py       --\u003e (all apps routers will be connected to one router to keep things tidy)\n                        . utils.py           --\u003e (global level utility functions)\n                . configs       --\u003e (Configuration variables)\n                . sections      --\u003e (Common backend functionalities)\n                main.py         --\u003e (main application instance)\n            runserver.py     --\u003e (uvicorn server entry point)\n\n\n        \n#### Apps:\n        This is where project specific-features exist.\n        by \"project-specific\" i mean parts that different platforms do not share...\n        e.g. an e-commerce platform will have a \"cart\" feature with which users can review their selected items and the total price, \n        before they confirm the purchase.\n        But a social/forum platform (like reddit) does not have that. \n        Instead it has dedicated parts that users can view posts and search for communities that ineterests them.\n        \n#### Configs:\n        Just where i keep global-level variables.\n        (May not be the best. change this according to your own preference)\n        \n#### Sections:\n        This is where common backend parts of the application exist.\n        Essential parts that almost all projects will comprise, e.g. Database and Authentication....\n        \n\n    \n(this file will be updated...)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fark948%2Freddit-clone-test02","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fark948%2Freddit-clone-test02","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fark948%2Freddit-clone-test02/lists"}