{"id":24486925,"url":"https://github.com/drtey/socialapi","last_synced_at":"2026-05-10T00:45:35.974Z","repository":{"id":109167463,"uuid":"537582734","full_name":"drtey/socialAPI","owner":"drtey","description":"Trying to emulate a basic social network´s API with python","archived":false,"fork":false,"pushed_at":"2023-02-12T18:18:20.000Z","size":47628,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T15:36:20.237Z","etag":null,"topics":["bcrypt","fastapi","jwt","oauth2","postgres","postgresql","psycopg2","pydantic","pytest","python","python3","sqlalchemy"],"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/drtey.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":"2022-09-16T18:50:08.000Z","updated_at":"2024-05-22T11:11:32.000Z","dependencies_parsed_at":"2023-03-08T19:00:37.973Z","dependency_job_id":null,"html_url":"https://github.com/drtey/socialAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drtey%2FsocialAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drtey%2FsocialAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drtey%2FsocialAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drtey%2FsocialAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drtey","download_url":"https://codeload.github.com/drtey/socialAPI/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243658265,"owners_count":20326467,"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","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":["bcrypt","fastapi","jwt","oauth2","postgres","postgresql","psycopg2","pydantic","pytest","python","python3","sqlalchemy"],"created_at":"2025-01-21T15:31:50.911Z","updated_at":"2026-05-10T00:45:35.934Z","avatar_url":"https://github.com/drtey.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# socialAPI\n\nREST API developed with [Python](https://www.python.org/), [FastAPI](https://fastapi.tiangolo.com) \u0026 [PostgreSQL](https://www.postgresql.org/)\nwhere you can register users, create and vote posts\n\nModel Validation, JWT Authentication, ORM, Unit testing, password hashing, etc\n\nStack: SQLAlchemy, psycopg2, OAuth2, bcrypt, pydantic, JWT, FastAPI...\n\n### Run project\n```\n$ uvicorn app.main:app --reload\n```\n\n## Build\n\n### Install dependencies\n```\n$ pip install -r requirements.txt\n```\n\n### Create virtual environment\n```\n$ python3 -m venv \u003cname_of_environment\u003e\n$ source \u003cname_of_environment\u003e/bin/activate\n```\n\n### PostgreSQL\n```\n$ sudo apt install postgresql postgresql-contrib\n$ sudo service postgresql start\n$ sudo -u postgres psql\npostgres=# CREATE DATABASE \u003cname_of_db\u003e;\n```\nTo change default pass for \"postgres\" DB user (NOT UNIX User):\n```\npostgres=# \\password postgres\n```\n\n### Documentation \nhttp://127.0.0.1:8000//docs \u0026 http://127.0.0.1:8000//redoc \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrtey%2Fsocialapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrtey%2Fsocialapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrtey%2Fsocialapi/lists"}