{"id":20500124,"url":"https://github.com/zevaverbach/personal_api","last_synced_at":"2026-04-24T05:36:11.390Z","repository":{"id":49634872,"uuid":"218537600","full_name":"zevaverbach/personal_api","owner":"zevaverbach","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T06:47:56.000Z","size":26,"stargazers_count":0,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-21T20:11:35.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/zevaverbach.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}},"created_at":"2019-10-30T13:46:02.000Z","updated_at":"2019-11-11T11:32:49.000Z","dependencies_parsed_at":"2023-01-24T17:30:10.511Z","dependency_job_id":null,"html_url":"https://github.com/zevaverbach/personal_api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zevaverbach/personal_api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fpersonal_api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fpersonal_api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fpersonal_api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fpersonal_api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zevaverbach","download_url":"https://codeload.github.com/zevaverbach/personal_api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zevaverbach%2Fpersonal_api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32211380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T03:15:14.334Z","status":"ssl_error","status_checked_at":"2026-04-24T03:15:11.608Z","response_time":64,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-15T18:19:51.682Z","updated_at":"2026-04-24T05:36:11.374Z","avatar_url":"https://github.com/zevaverbach.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Personal API\n\nMake a secured web API that stores and serves up your data!\nThe current schema is oriented towards powering freelancers' websites.\n\n## Installation\n\nFork the project, then do `pipenv install`.\n\nSet three config vars in your `.bashrc` etc.:\n\n```\nPERSONAL_API_USERNAME\nPERSONAL_API_PASS\nPERSONAL_API_SQLALCHEMY_DATABASE_URL\n```\n\n`PERSONAL_API_SQLALCHEMY_DATABASE_URL` should be for a postgres instance somewhere, in the format\n\n`postgresql://{username}:{password}@{host}:{port}/{db_name}`\n\n## Using Locally\n\nStart the server with `uvicorn app.main:app`, then create, get, delete, and update records at will.\n\n## Deployment\n\nSee \"Using Locally\", but point it at whatever web server you're using.\n\n## Tables\n\nAs of today the available endpoints are\n\n```\n/availability\n    id: int\n    when: datetime\n    available: bool\n    next_available: datetime\n\n    methods are GET and POST\n\n/resume (versioned)\n    id: int\n    when: datetime\n    url: str\n\n    methods are GET and POST\n\n/posts\n    id: int\n    when: datetime\n    title: str\n    description: str\n    body: str\n    custom_url: str (optional)\n    syndicate: bool (optional)\n\n    methods are GET, POST, PATCH, and DELETE\n\n/projects\n    id: int\n    when: datetime\n    title: str\n    description: str\n    link: str (optional)\n```\n\n## Dependencies\n\nThis project relies on the excellent work of \n[SQLALchemy](https://www.sqlalchemy.org/), \n[Pydantic](https://github.com/samuelcolvin/pydantic/),\n[FastAPI](https://fastapi.tiangolo.com/),\n[Pytest](https://docs.pytest.org/en/latest/contents.html),\nand [Starlette](https://www.starlette.io/)\n\n## Why?\n\nIt started as an excuse to get acquainted with FastAPI, as well as to make a front-end first (JAMstack?) personal site.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevaverbach%2Fpersonal_api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzevaverbach%2Fpersonal_api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzevaverbach%2Fpersonal_api/lists"}