{"id":31950726,"url":"https://github.com/ohmpatel1997/twitter-graphql","last_synced_at":"2026-04-08T11:32:47.148Z","repository":{"id":102836918,"uuid":"279508481","full_name":"ohmpatel1997/twitter-graphql","owner":"ohmpatel1997","description":"It is a standalone twitter like mock app using Graphql, Golang and MySQL. It is a multiple container dockerized application.","archived":false,"fork":false,"pushed_at":"2020-07-16T14:18:40.000Z","size":44,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-14T12:46:05.019Z","etag":null,"topics":["database","docker","docker-compose","golang","graphql"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ohmpatel1997.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-07-14T07:01:55.000Z","updated_at":"2021-05-02T11:24:28.000Z","dependencies_parsed_at":"2023-11-02T22:23:26.065Z","dependency_job_id":null,"html_url":"https://github.com/ohmpatel1997/twitter-graphql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ohmpatel1997/twitter-graphql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmpatel1997%2Ftwitter-graphql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmpatel1997%2Ftwitter-graphql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmpatel1997%2Ftwitter-graphql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmpatel1997%2Ftwitter-graphql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ohmpatel1997","download_url":"https://codeload.github.com/ohmpatel1997/twitter-graphql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ohmpatel1997%2Ftwitter-graphql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31554091,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T10:21:54.569Z","status":"ssl_error","status_checked_at":"2026-04-08T10:21:38.171Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["database","docker","docker-compose","golang","graphql"],"created_at":"2025-10-14T12:46:03.897Z","updated_at":"2026-04-08T11:32:47.118Z","avatar_url":"https://github.com/ohmpatel1997.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# twitter-graphql\n\nInstallation\n------------\n\n1) Install Mysql in your system. You can find the installation guide here ```https://dev.mysql.com/doc/mysql-osx-excerpt/5.7/en/osx-installation-pkg.html```\n\n2) Set the ```MYSQL_PASSWORD``` and ```MYSQL_ROOT_PASSWORD``` under ```environment:``` in ```docker-compose.yaml``` file \n\n```\n    database:\n            \n            environment:\n                  MYSQL_DATABASE: twitter\n                  MYSQL_USER: new-user\n                  MYSQL_PASSWORD: \u003cyour root password\u003e\n                  MYSQL_ROOT_PASSWORD: \u003cyour root password\u003e\n                  \n```\n\nRunning The Application Using Docker Container\n-----------------------------------------------\n\n1) Go to root directory. i.e ```twitter-graphql```\n2) Execute command ```docker-compose up --build``` in terminal\n\nThe command will build the application from Dockerfile. You can eleminate the ```--build``` option to avoid building everytime you run your application.\n\nTesting the GraphQl API\n-----------------------\n\n1) Go to ``` http://localhost:8080/``` and enter the Graphql queries and mutations you want to test.\n\n\nNOTES:\n------\n\n1) The above application will bind the GraphQl server to port ```:8080```. Make sure the port is not already binded.\n2) Do not run the mySQL server manually. The docker container will automatically start the server and bind the application to it.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohmpatel1997%2Ftwitter-graphql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fohmpatel1997%2Ftwitter-graphql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fohmpatel1997%2Ftwitter-graphql/lists"}