{"id":22135151,"url":"https://github.com/kayprogrammer/socialnet-v3","last_synced_at":"2025-10-12T10:31:48.828Z","repository":{"id":214551811,"uuid":"736784495","full_name":"kayprogrammer/socialnet-v3","owner":"kayprogrammer","description":"A Realtime Social Networking API built with FastAPI and Piccolo ORM","archived":false,"fork":false,"pushed_at":"2024-03-08T14:49:30.000Z","size":1054,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T10:41:27.137Z","etag":null,"topics":["argon2","fastapi","jwt","pgadmin4","piccolo","postgresql"],"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/kayprogrammer.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}},"created_at":"2023-12-28T21:43:10.000Z","updated_at":"2024-11-03T19:29:42.000Z","dependencies_parsed_at":"2023-12-29T00:00:06.230Z","dependency_job_id":"21d08ae3-ac12-4f45-a5a7-8c9e34ebd3ac","html_url":"https://github.com/kayprogrammer/socialnet-v3","commit_stats":null,"previous_names":["kayprogrammer/socialnet-v3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kayprogrammer/socialnet-v3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kayprogrammer","download_url":"https://codeload.github.com/kayprogrammer/socialnet-v3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kayprogrammer%2Fsocialnet-v3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279011063,"owners_count":26084865,"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-10-12T02:00:06.719Z","response_time":53,"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":["argon2","fastapi","jwt","pgadmin4","piccolo","postgresql"],"created_at":"2024-12-01T19:13:54.858Z","updated_at":"2025-10-12T10:31:48.387Z","avatar_url":"https://github.com/kayprogrammer.png","language":"Python","readme":"# SOCIALNET V3\n\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/fastapi.png?raw=true)\n\n\n#### FASTAPI DOCS: [Documentation](https://fastapi.tiangolo.com/)\n#### PICCOLO DOCS: [Documentation](https://piccolo-orm.readthedocs.io/) \n#### PG ADMIN: [Documentation](https://pgadmin.org) \n\n\n## How to run locally\n\n* Download this repo or run: \n```bash\n    $ git clone git@github.com:kayprogrammer/socialnet-v3.git\n```\n\n#### In the root directory:\n- Install all dependencies\n```bash\n    $ pip install -r requirements.txt\n```\n- Create an `.env` file and copy the contents from the `.env.example` to the file and set the respective values. A postgres database can be created with PG ADMIN or psql\n\n- Run Locally\n```bash\n    $ alembic upgrade heads \n```\n```bash\n    $ uvicorn app.main:app --debug --reload\n```\n\n- Run With Docker\n```bash\n    $ docker-compose up --build -d --remove-orphans\n```\nOR\n```bash\n    $ make build\n```\n\n- Test Coverage\n```bash\n    $ pytest --disable-warnings -vv\n```\nOR\n```bash\n    $ make test\n```\n\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp1.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp2.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp3.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp4.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp5.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp6.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp7.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp8.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp9.png?raw=true)\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/disp10.png?raw=true)\n\n![alt text](https://github.com/kayprogrammer/socialnet-v3/blob/main/display/admin.png?raw=true)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayprogrammer%2Fsocialnet-v3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkayprogrammer%2Fsocialnet-v3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkayprogrammer%2Fsocialnet-v3/lists"}