{"id":24613025,"url":"https://github.com/olha-dev-fullstack/graphql-ws-chat-app","last_synced_at":"2025-03-18T16:47:30.485Z","repository":{"id":272892087,"uuid":"917813825","full_name":"olha-dev-fullstack/graphql-ws-chat-app","owner":"olha-dev-fullstack","description":"This is a simple GraphQL chat app build with websockets which allows authenticated users to chat in real time.","archived":false,"fork":false,"pushed_at":"2025-01-17T08:19:18.000Z","size":178,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T20:39:26.117Z","etag":null,"topics":["graphql","sqlite","websocket"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/olha-dev-fullstack.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":"2025-01-16T17:37:31.000Z","updated_at":"2025-01-17T08:21:59.000Z","dependencies_parsed_at":"2025-01-17T09:27:36.053Z","dependency_job_id":"05a2a9ec-a5b8-4339-9cb8-127e3f97d44f","html_url":"https://github.com/olha-dev-fullstack/graphql-ws-chat-app","commit_stats":null,"previous_names":["olha-dev-fullstack/graphql-ws-chat-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-ws-chat-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-ws-chat-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-ws-chat-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-ws-chat-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olha-dev-fullstack","download_url":"https://codeload.github.com/olha-dev-fullstack/graphql-ws-chat-app/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244265964,"owners_count":20425822,"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","sqlite","websocket"],"created_at":"2025-01-24T20:39:33.147Z","updated_at":"2025-03-18T16:47:30.457Z","avatar_url":"https://github.com/olha-dev-fullstack.png","language":"JavaScript","readme":"# GraphQL Job Board\nThis is a simple GraphQL chat app build with websockets which allows authenticated users to chat in real time.\n\n## 🚀 Features\n\n- **User Authentication**: Sign-in functionality.\n- **Messages**: Create and send messages in chatroom \n\n## 🛠️ Tech Stack\n\n### Backend\n\n- **JavaScript**\n- **Apollo Server**\n- **GraphQL**\n- **Knex**\n- **SQLite**\n- **WebSocket**\n\n### Frontend\n\n- **React.js**\n\n## 📜 GraphQL Schema\n\n```javascript\ntype Query {\n  messages: [Message!]\n}\n\ntype Mutation {\n  addMessage(text: String!): Message\n}\n\ntype Subscription {\n  messageAdded: Message\n}\n\ntype Message {\n  id: ID!\n  user: String!\n  text: String!\n}\n\n```\n\n## 📦 Project Setup\n\n1. **Clone the repository:**\n   ```bash\n   git clone https://github.com/olha-dev-fullstack/graphql-job-board\n   ```\n2. **Install dependencies:**\n   ```bash\n   cd client\n   npm install\n\n   cd server\n   npm install\n   ```\n\n5. **Start the server:**\n   ```bash\n   cd client\n   npm start\n\n   cd server\n   npm start\n   ```\n\n## 🎯 Usage Instructions\n\n- Access the frontend to sign in and manage vacancies at http://localhost:3000\n- GraphQl Playground to test API: http://localhost:9000/graphql\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folha-dev-fullstack%2Fgraphql-ws-chat-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folha-dev-fullstack%2Fgraphql-ws-chat-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folha-dev-fullstack%2Fgraphql-ws-chat-app/lists"}