{"id":26842643,"url":"https://github.com/dtg-lucifer/mentorsite-backend","last_synced_at":"2026-05-04T22:41:08.926Z","repository":{"id":245481411,"uuid":"818379525","full_name":"dtg-lucifer/mentorsite-backend","owner":"dtg-lucifer","description":"This is a simple system that allows students to book a mentoring session with a mentor. The system is built using Node.js, Express.js, and MongoDB. And the authentication is done using JWT and cookies for storing that in the frontend.","archived":false,"fork":false,"pushed_at":"2024-06-21T18:58:30.000Z","size":60,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T00:54:52.415Z","etag":null,"topics":["google-meet-api","google-meet-automation","googleapis","googlemeet","mongodb","nodejs"],"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/dtg-lucifer.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":"2024-06-21T18:06:51.000Z","updated_at":"2024-06-22T05:00:38.000Z","dependencies_parsed_at":"2024-06-22T10:27:39.440Z","dependency_job_id":"3bbdf184-86e2-4ed2-9c47-b6ed86063cb0","html_url":"https://github.com/dtg-lucifer/mentorsite-backend","commit_stats":null,"previous_names":["dtg-lucifer/mentorsite-backend"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dtg-lucifer/mentorsite-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtg-lucifer%2Fmentorsite-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtg-lucifer%2Fmentorsite-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtg-lucifer%2Fmentorsite-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtg-lucifer%2Fmentorsite-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dtg-lucifer","download_url":"https://codeload.github.com/dtg-lucifer/mentorsite-backend/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dtg-lucifer%2Fmentorsite-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32628211,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: 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":["google-meet-api","google-meet-automation","googleapis","googlemeet","mongodb","nodejs"],"created_at":"2025-03-30T18:30:27.356Z","updated_at":"2026-05-04T22:41:08.913Z","avatar_url":"https://github.com/dtg-lucifer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to the mentoring session booking system!\n\nThis is a simple system that allows students to book a mentoring session with a mentor. The system is built using Node.js, Express.js, and MongoDB. And the authentication is done using JWT and cookies for storing that in the frontend.\n\n## Setup - Project\n\n- Don't forget to create a `.env` file in the root of the project with the following structure:\n\n\t```env\n\tPORT=\"\"\n\tDB_URL=\"\"\n\tEXPIRY=\"\"\n\tHR_MAIL=\"\"\n\tHR_MAIL_PASS=\"\"\n\t```\n\n- First of all you have to create the credentials file for the project inside `src/gmeet/config/credentials.json` with the following structure:\n\n  ```json\n  {\n    \"installed\": {\n      \"client_id\": \"\",\n      \"project_id\": \"\",\n      \"auth_uri\": \"\",\n      \"token_uri\": \"\",\n      \"auth_provider_x509_cert_url\": \"\",\n      \"client_secret\": \"\",\n      \"redirect_uris\": [\"\"]\n    }\n  }\n  ```\n\n\t_It will automatically prompt you to authenticate using a google account of yourself for the first time but from the next time you won't be prompted so don' worry about that._\n\n\t_**And keep in mind that the refresh and auth tokens will be automatically generate inside the  `src/gmeet/config/token.json` for the first time when you authenticate using your google account**_\n\n  \u003e For reference that how can you get the credentials you can visit the following link:\n\t\t\n\t- [Quickstarter for node.js](https://developers.google.com/meet/api/guides/quickstart/nodejs)\n\t- [Google API Console](https://console.developers.google.com/)\n\t- [Gmeet github](https://github.com/googleapis/google-cloud-node/tree/main/packages/google-apps-meet)\n\t- [Gmeet doc](https://docs.google.com/document/d/1wOffkXVUK38-baNzRLZW85Mt11Q6YhdNS55hTigXh_w/edit#heading=h.og3amnf2dy8)\n\n\n- Install the dependencies using the following command:\n\n\t```bash\n\tnpm install\n\t```\n\n\tOr,\n\n\t```bash\n\tyarn\n\t```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtg-lucifer%2Fmentorsite-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdtg-lucifer%2Fmentorsite-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdtg-lucifer%2Fmentorsite-backend/lists"}