{"id":38523288,"url":"https://github.com/bitpicky/anytool-server","last_synced_at":"2026-01-17T06:43:56.953Z","repository":{"id":50243527,"uuid":"340939274","full_name":"bitpicky/anytool-server","owner":"bitpicky","description":null,"archived":false,"fork":false,"pushed_at":"2025-12-15T20:35:45.000Z","size":34,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-19T04:32:50.093Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitpicky.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-02-21T15:51:05.000Z","updated_at":"2021-05-17T17:22:59.000Z","dependencies_parsed_at":"2023-02-16T14:31:22.272Z","dependency_job_id":"771c654d-7e94-4ea8-8e61-bdaa709a133a","html_url":"https://github.com/bitpicky/anytool-server","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitpicky/anytool-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpicky%2Fanytool-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpicky%2Fanytool-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpicky%2Fanytool-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpicky%2Fanytool-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitpicky","download_url":"https://codeload.github.com/bitpicky/anytool-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitpicky%2Fanytool-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28502820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T04:31:57.058Z","status":"ssl_error","status_checked_at":"2026-01-17T04:31:45.816Z","response_time":85,"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":"2026-01-17T06:43:56.894Z","updated_at":"2026-01-17T06:43:56.942Z","avatar_url":"https://github.com/bitpicky.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/bitpicky/anytool-server/main.svg)](https://results.pre-commit.ci/latest/github/bitpicky/anytool-server/main)\n\n# anytool-server\n\nBackend code for anytool web-app that allows humans to build quick front-ends on top of their database tables.\n\n## Local Setup\n\n- create a virtual environment with python 3.8.7\n- activate that environment and install requirements\n\n```bash\npip install -r requirements.txt\n```\n\n- Spin up postgres container to have a local db\n\n```\ncd tests/postgres_db\ndocker-compose up -V\n```\n\n- This will create a test db that is exposed on `localhost` port `5432`\n\n- Open a new terminal (don't close the previous one unless you composed the docker in `-d` mode)\n- Spin up `FastAPI` backend:\n\n```bash\ncd app\nuvicorn main:app --reload\n```\n\n- This should work and expose the address and port to which you can send requests.\n- To get the API documentation with all the endpoints and request/response schemas you can http to http://localhost:8000/docs which should look kinda nice already.\n\n- When you're done testing you can tear down the backend server via `ctrl + c`\n- Exit the docker container terminal `ctrl + c` and kill the docker container with `docker-compose down -v`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpicky%2Fanytool-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitpicky%2Fanytool-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitpicky%2Fanytool-server/lists"}