{"id":22591633,"url":"https://github.com/fllorent0d/tabt-graphql","last_synced_at":"2026-05-09T01:10:25.045Z","repository":{"id":38065651,"uuid":"230882891","full_name":"Fllorent0D/Tabt-GraphQL","owner":"Fllorent0D","description":"GraphQL version of Tabt","archived":false,"fork":false,"pushed_at":"2023-01-11T22:24:41.000Z","size":2343,"stargazers_count":2,"open_issues_count":24,"forks_count":1,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-02-02T18:52:27.330Z","etag":null,"topics":["graphql-server","tabt","type-graphql","typescript"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Fllorent0D.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":"2019-12-30T09:00:10.000Z","updated_at":"2021-08-07T13:38:48.000Z","dependencies_parsed_at":"2023-02-09T08:16:03.667Z","dependency_job_id":null,"html_url":"https://github.com/Fllorent0D/Tabt-GraphQL","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/Fllorent0D%2FTabt-GraphQL","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fllorent0D%2FTabt-GraphQL/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fllorent0D%2FTabt-GraphQL/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Fllorent0D%2FTabt-GraphQL/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Fllorent0D","download_url":"https://codeload.github.com/Fllorent0D/Tabt-GraphQL/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246078608,"owners_count":20720178,"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":["graphql-server","tabt","type-graphql","typescript"],"created_at":"2024-12-08T09:13:23.019Z","updated_at":"2026-05-09T01:10:20.023Z","avatar_url":"https://github.com/Fllorent0D.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TabT-GraphQL server\n\n[![Build status][build-badge]][build-url]\n[![License][license-badge]][license-url]\n\n\u003e GraphQL replacement of the TabT SOAP API.\n\nThis is a GraphQL server that allows you to fetch data from a TabT instance.\n\n![](voyager.png)\n\n## Prerequisites\n\n- A running TabT instance (http://tabt.frenoy.net/)\n- Node 10 or higher (https://nodejs.org/)\n\n## Installation\n\n```sh\ngit clone https://github.com/Fllorent0D/Tabt-GraphQL\nNODE_ENV='production' npm install\nnpm run build\nnodejs ./dist/index.js\n```\n\nA environment file (```.env```) must be created:\n\n```dotenv\nDB_HOST=localhost\nDB_PORT=3306\nDB_USERNAME=root\nDB_PASSWORD=myRootpwd32\nDB_NAME=Tabt\nJWT_SECRET_SALT=secret\nJWT_EXPIRE_TIME=6h\n```\n\n### Start with pm2\n\n```sh\npm2 start ./dist/index.js\n```\n\n## Development setup\n\n```sh\ngit clone https://github.com/Fllorent0D/Tabt-GraphQL\nnpm install\nnpm run start\n```\n\n## Release History\n\n* 0.0.1\n    * Work in progress\n\n## Meta\n\nCardoen Florent – [@Fllorent0D](https://twitter.com/fllorent0D) – f.cardoen@me.com\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/Fllorent0D/Tabt-GraphQL\u003e)\n2. Create your feature branch (`git checkout -b feature/fooBar`)\n3. Commit your changes (`git commit -am 'Add some fooBar'`)\n4. Push to the branch (`git push origin feature/fooBar`)\n5. Create a new Pull Request\n\n[build-badge]: https://github.com/Fllorent0D/Tabt-GraphQL/workflows/Build/badge.svg\n[build-url]: https://github.com/Fllorent0D/Tabt-GraphQL/actions?query=workflow%3A%22Build+and+deploy+staging%22\n[license-badge]: https://img.shields.io/badge/License-GPL--3-blue.svg?style=flat\n[license-url]: LICENSE","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffllorent0d%2Ftabt-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffllorent0d%2Ftabt-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffllorent0d%2Ftabt-graphql/lists"}