{"id":16624316,"url":"https://github.com/dcramer/tabletop-server","last_synced_at":"2025-10-30T00:31:45.420Z","repository":{"id":43250904,"uuid":"147248700","full_name":"dcramer/tabletop-server","owner":"dcramer","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-08T02:53:13.000Z","size":267,"stargazers_count":6,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-06T11:18:57.940Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dcramer.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}},"created_at":"2018-09-03T20:07:20.000Z","updated_at":"2023-09-08T17:44:38.000Z","dependencies_parsed_at":"2023-01-24T21:15:49.415Z","dependency_job_id":null,"html_url":"https://github.com/dcramer/tabletop-server","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/dcramer%2Ftabletop-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Ftabletop-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Ftabletop-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dcramer%2Ftabletop-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dcramer","download_url":"https://codeload.github.com/dcramer/tabletop-server/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238913073,"owners_count":19551482,"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":[],"created_at":"2024-10-12T03:45:56.861Z","updated_at":"2025-10-30T00:31:40.149Z","avatar_url":"https://github.com/dcramer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tabletop-server\n\n\n## Install\n\n```shell\n$ brew install postgresql\n$ poetry install\n$ createdb -E utf-8 tabletop\n$ poetry run tabletop migrate\n$ poetry run tabletop runserver\n```\n\n## API\n\nThe API is a GraphQL implementation powered by Graphene. The endpoint is ``/graphql/``.\n\nAuthentication is done via the following:\n\n1. Perform a login mutation:\n\n```graphql\nmutation{\n  login(email:\"foo@example.com\", password:\"bar\"){\n    errors\n    ok\n    token\n    user {id, email, name}\n  }\n}\n```\n\n2. Capture the token in the response and send it with future requests:\n\n```http\nAuthorization: Token {value}\n```\n\nHere's a helpful app which lets you bind an auth header:\n\nhttps://github.com/skevy/graphiql-app\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Ftabletop-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdcramer%2Ftabletop-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdcramer%2Ftabletop-server/lists"}