{"id":19632867,"url":"https://github.com/shubhamd99/graphql-sequalize-demo","last_synced_at":"2026-04-09T21:02:35.747Z","repository":{"id":42282154,"uuid":"253298982","full_name":"shubhamd99/graphql-sequalize-demo","owner":"shubhamd99","description":"GraphQL Sequalize","archived":false,"fork":false,"pushed_at":"2023-01-07T16:54:35.000Z","size":1424,"stargazers_count":0,"open_issues_count":24,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-09T15:19:28.607Z","etag":null,"topics":["apollo-server","express","graphql","nodejs","react","server","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/shubhamd99.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":"2020-04-05T18:02:50.000Z","updated_at":"2020-04-10T08:02:33.000Z","dependencies_parsed_at":"2023-02-07T17:01:46.797Z","dependency_job_id":null,"html_url":"https://github.com/shubhamd99/graphql-sequalize-demo","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/shubhamd99%2Fgraphql-sequalize-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamd99%2Fgraphql-sequalize-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamd99%2Fgraphql-sequalize-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shubhamd99%2Fgraphql-sequalize-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shubhamd99","download_url":"https://codeload.github.com/shubhamd99/graphql-sequalize-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240934436,"owners_count":19880992,"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":["apollo-server","express","graphql","nodejs","react","server","typescript"],"created_at":"2024-11-11T12:15:37.455Z","updated_at":"2026-04-09T21:02:35.634Z","avatar_url":"https://github.com/shubhamd99.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#### GraphQL Sequalize\n\n```\nnpx gitignore node\n```\n\n#### Getting the database setup\n* yarn will install all necessary Node dependencies.\n\n* You will need Docker in order to install a containerised MySQL dev environment. After getting docker, run the following command anywhere:\n\n```\ndocker run \\\n  -p 0.0.0.0:7999:3306 \\\n  --name gsd-db \\\n  -e MYSQL_ROOT_PASSWORD=password \\\n  -e MYSQL_USER=gsd-dev \\\n  -e MYSQL_PASSWORD=password \\\n  -e MYSQL_DATABASE=gsd \\\n  -d mysql:5.7.20\n```\n```\nnpm run db:migrate\n```\n\n* This will create a Docker instance called `gsd-db`, running MySQL v5.7.20, with the root password being `password`. It also creates a database called `gsd`, creates a user called `gsd-dev` (with password `password`), and assigns that user full permissions onto the `gsd` database.\n\n![alt grapql](https://i.imgur.com/TrUKdqE.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamd99%2Fgraphql-sequalize-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshubhamd99%2Fgraphql-sequalize-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshubhamd99%2Fgraphql-sequalize-demo/lists"}