{"id":19168379,"url":"https://github.com/bloomberg/coffeechat","last_synced_at":"2025-07-08T10:03:52.224Z","repository":{"id":37820437,"uuid":"360207550","full_name":"bloomberg/coffeechat","owner":"bloomberg","description":"A simple web application for arranging 'chats over coffee'.","archived":false,"fork":false,"pushed_at":"2023-07-19T07:24:43.000Z","size":10016,"stargazers_count":13,"open_issues_count":11,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-19T23:31:57.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bloomberg.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-21T14:51:13.000Z","updated_at":"2024-10-16T15:09:44.000Z","dependencies_parsed_at":"2024-11-09T09:42:36.749Z","dependency_job_id":"a1c109c8-eb4e-48a6-a285-10270a9d4311","html_url":"https://github.com/bloomberg/coffeechat","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/bloomberg%2Fcoffeechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloomberg%2Fcoffeechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloomberg%2Fcoffeechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bloomberg%2Fcoffeechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bloomberg","download_url":"https://codeload.github.com/bloomberg/coffeechat/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252897409,"owners_count":21821433,"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":[],"created_at":"2024-11-09T09:42:28.765Z","updated_at":"2025-05-07T14:41:44.323Z","avatar_url":"https://github.com/bloomberg.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coffee Chat \u003c!-- omit in toc --\u003e\n\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\nConnect Mentors and Mentees by making the process of connecting and then\nscheduling appointments as easy as possible.\n\n## Menu \u003c!-- omit in toc --\u003e\n\n- [Rationale](#rationale)\n- [Quick Start](#quick-start)\n- [Building](#building)\n- [Installation](#installation)\n- [Contributions](#contributions)\n  - [Commit message standard](#commit-message-standard)\n- [Local development](#local-development)\n  - [Generate \u0026 update typescript types for GQL Schema](#generate--update-typescript-types-for-gql-schema)\n  - [Run Database migrations](#run-database-migrations)\n- [License](#license)\n- [Code of Conduct](#code-of-conduct)\n- [Security Vulnerability Reporting](#security-vulnerability-reporting)\n\n## Rationale\n\n## Quick Start\n\n1. Clone this repository\n1. `cp .npmrc.sample .npmrc`\n1. Run `npm install`\n1. `cp sample.env .env`.\n1. `cd` to `local-env`, and start the local services `docker compose up -d`\n1. `cd ..` to the root of this project\n1. Run the migrations `npx prisma migrate reset`\n1. Start the development server with `npm run dev`\n1. Navigate to `localhost:4444` in your browser to view the React app.\n\n\u003e NOTE: the server will be listening in the port corresponding to the PORT\n\u003e variable in `.env`\n\n## Building\n\n## Installation\n\n## Contributions\n\nWe :heart: contributions.\n\nHave you had a good experience with this project? Why not share some love and\ncontribute code, or just let us know about any issues you had with it?\n\nWe welcome issue reports [here](../../issues); be sure to choose the proper\nissue template for your issue, so that we can be sure you're providing the\nnecessary information.\n\nBefore sending a [Pull Request](../../pulls), please make sure you read our\n[Contribution Guidelines](https://github.com/bloomberg/.github/blob/master/CONTRIBUTING.md).\n\n### Commit message standard\n\nThis project aligns to the\n[conventional-commits](https://www.conventionalcommits.org/en/v1.0.0/)\ncommit-message standard, and the PR process will enforce this standards. Make\nsure your PR's commit messages fulfill the standard.\n\n## Local development\n\n### Generate \u0026 update typescript types for GQL Schema\n\n1. Start the server locally\n\n```bash\nnpm run dev\n```\n\n2. Pull the schema into a centralized schema.graphql\n\nOpen another terminal window and then run.\n\n```bash\nnpm run gql:update-schema-gql\n```\n\n1. Generate the typescript types for queries\n\n```bash\nnpm run gql:generate-ts-for-queries\n```\n\n### Run Database migrations\n\n1. Run a dev migration\n\n```bash\nnpx prisma migrate dev\n```\n\n## License\n\nPlease read the [LICENSE](LICENSE) file.\n\n## Code of Conduct\n\nThis project has adopted a\n[Code of Conduct](https://github.com/bloomberg/.github/blob/master/CODE_OF_CONDUCT.md).\nIf you have any concerns about the Code, or behavior which you have experienced\nin the project, please contact us at opensource@bloomberg.net.\n\n## Security Vulnerability Reporting\n\nIf you believe you have identified a security vulnerability in this project,\nplease send email to the project team at opensource@bloomberg.net, detailing the\nsuspected issue and any methods you've found to reproduce it.\n\nPlease do NOT open an issue in the GitHub repository, as we'd prefer to keep\nvulnerability reports private until we've had an opportunity to review and\naddress them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloomberg%2Fcoffeechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbloomberg%2Fcoffeechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbloomberg%2Fcoffeechat/lists"}