{"id":24613014,"url":"https://github.com/olha-dev-fullstack/graphql-job-board","last_synced_at":"2025-10-15T20:52:14.133Z","repository":{"id":272583700,"uuid":"917066405","full_name":"olha-dev-fullstack/graphql-job-board","owner":"olha-dev-fullstack","description":"This is a simple GraphQL job board application that enables users to sign in, create, manage, and publish job vacancies withing their company.","archived":false,"fork":false,"pushed_at":"2025-01-17T08:16:37.000Z","size":507,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-24T20:39:21.292Z","etag":null,"topics":["apollo-client","graphql","knex","sqlite"],"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-15T09:40:21.000Z","updated_at":"2025-01-17T08:21:13.000Z","dependencies_parsed_at":"2025-01-17T09:20:18.247Z","dependency_job_id":null,"html_url":"https://github.com/olha-dev-fullstack/graphql-job-board","commit_stats":null,"previous_names":["olha-dev-fullstack/graphql-additional-projects","olha-dev-fullstack/graphql-job-board"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-job-board","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-job-board/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-job-board/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olha-dev-fullstack%2Fgraphql-job-board/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-job-board/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244265963,"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":["apollo-client","graphql","knex","sqlite"],"created_at":"2025-01-24T20:39:30.077Z","updated_at":"2025-10-15T20:52:09.081Z","avatar_url":"https://github.com/olha-dev-fullstack.png","language":"JavaScript","readme":"# GraphQL Job Board\nThis is a simple GraphQL job board application that enables users to sign in, create, manage, and publish job vacancies withing their company.\n\n## 🚀 Features\n\n- **User Authentication**: Sign-in functionality.\n- **Vacancy Management**: Create, update, delete vacancies within certain companies\n\n## 🛠️ Tech Stack\n\n### Backend\n\n- **JavaScript**\n- **TypeScript**\n- **Apollo Server**\n- **GraphQL**\n- **Knex**\n- **SQLite**\n\n### Frontend\n\n- **React.js**\n\n## 📜 GraphQL Schema\n\n```javascript\ntype Query {\n  company(id: ID!): Company\n  job(id: ID!): Job\n  jobs(limit: Int, offset: Int): JobSubList\n}\n\ntype Mutation {\n  createJob(input: CreateJobInput!): Job\n  deleteJob(id: ID!): Job\n  updateJob(input: UpdateJobInput!): Job\n}\n\ntype Company {\n  id: ID!\n  name: String!\n  description: String\n  jobs: [Job!]!\n}\n\ntype Job {\n  id: ID!\n  \"\"\"The __date__ when the job was published, in ISO-8601 format. E.g. `2022-12-31`.\"\"\"\n  date: String!\n  title: String!\n  company: Company!\n  description: String\n}\n\ntype JobSubList {\n  items: [Job!]!\n  totalCount: Int!\n}\n\ninput CreateJobInput {\n  title: String!\n  description: String\n}\n\ninput UpdateJobInput {\n  id: ID!\n  title: String!\n  description: String\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-job-board","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folha-dev-fullstack%2Fgraphql-job-board","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folha-dev-fullstack%2Fgraphql-job-board/lists"}