A simple web application for arranging 'chats over coffee'.
TypeScript
13
72 commits
updated Jul 19, 2023
Connect Mentors and Mentees by making the process of connecting and then scheduling appointments as easy as possible.
cp .npmrc.sample .npmrcnpm installcp sample.env .env.cd to local-env, and start the local services docker compose up -dcd .. to the root of this projectnpx prisma migrate resetnpm run devlocalhost:4444 in your browser to view the React app.NOTE: the server will be listening in the port corresponding to the PORT variable in
.env
We :heart: contributions.
Have you had a good experience with this project? Why not share some love and contribute code, or just let us know about any issues you had with it?
We welcome issue reports here; be sure to choose the proper issue template for your issue, so that we can be sure you're providing the necessary information.
Before sending a Pull Request, please make sure you read our Contribution Guidelines.
This project aligns to the conventional-commits commit-message standard, and the PR process will enforce this standards. Make sure your PR's commit messages fulfill the standard.
npm run dev
Open another terminal window and then run.
npm run gql:update-schema-gql
npm run gql:generate-ts-for-queries
npx prisma migrate dev
Please read the LICENSE file.
This project has adopted a Code of Conduct. If you have any concerns about the Code, or behavior which you have experienced in the project, please contact us at opensource@bloomberg.net.
If you believe you have identified a security vulnerability in this project, please send email to the project team at opensource@bloomberg.net, detailing the suspected issue and any methods you've found to reproduce it.
Please do NOT open an issue in the GitHub repository, as we'd prefer to keep vulnerability reports private until we've had an opportunity to review and address them.
TypeScript
87.5%
JavaScript
7.9%
Shell
4.5%
A simple web application for arranging 'chats over coffee'.
TypeScript
13
72 commits
updated Jul 19, 2023
Connect Mentors and Mentees by making the process of connecting and then scheduling appointments as easy as possible.
cp .npmrc.sample .npmrcnpm installcp sample.env .env.cd to local-env, and start the local services docker compose up -dcd .. to the root of this projectnpx prisma migrate resetnpm run devlocalhost:4444 in your browser to view the React app.NOTE: the server will be listening in the port corresponding to the PORT variable in
.env
We :heart: contributions.
Have you had a good experience with this project? Why not share some love and contribute code, or just let us know about any issues you had with it?
We welcome issue reports here; be sure to choose the proper issue template for your issue, so that we can be sure you're providing the necessary information.
Before sending a Pull Request, please make sure you read our Contribution Guidelines.
This project aligns to the conventional-commits commit-message standard, and the PR process will enforce this standards. Make sure your PR's commit messages fulfill the standard.
npm run dev
Open another terminal window and then run.
npm run gql:update-schema-gql
npm run gql:generate-ts-for-queries
npx prisma migrate dev
Please read the LICENSE file.
This project has adopted a Code of Conduct. If you have any concerns about the Code, or behavior which you have experienced in the project, please contact us at opensource@bloomberg.net.
If you believe you have identified a security vulnerability in this project, please send email to the project team at opensource@bloomberg.net, detailing the suspected issue and any methods you've found to reproduce it.
Please do NOT open an issue in the GitHub repository, as we'd prefer to keep vulnerability reports private until we've had an opportunity to review and address them.
TypeScript
87.5%
JavaScript
7.9%
Shell
4.5%