{"id":45823043,"url":"https://github.com/sparcs-kaist/taxi-back","last_synced_at":"2026-02-26T21:06:53.786Z","repository":{"id":38019222,"uuid":"348359847","full_name":"sparcs-kaist/taxi-back","owner":"sparcs-kaist","description":"KAIST Taxi Party Matching Web Service","archived":false,"fork":false,"pushed_at":"2026-02-21T06:52:47.000Z","size":7871,"stargazers_count":17,"open_issues_count":38,"forks_count":2,"subscribers_count":7,"default_branch":"dev","last_synced_at":"2026-02-21T13:51:19.190Z","etag":null,"topics":["backend","kaist","mongodb","nodejs","sparcs"],"latest_commit_sha":null,"homepage":"https://taxi.kaist.ac.kr","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparcs-kaist.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-03-16T13:33:54.000Z","updated_at":"2026-02-21T06:52:50.000Z","dependencies_parsed_at":"2024-02-18T03:22:39.359Z","dependency_job_id":"430a9156-ede1-406d-b399-133cdb9aca6e","html_url":"https://github.com/sparcs-kaist/taxi-back","commit_stats":null,"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"purl":"pkg:github/sparcs-kaist/taxi-back","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparcs-kaist%2Ftaxi-back","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparcs-kaist%2Ftaxi-back/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparcs-kaist%2Ftaxi-back/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparcs-kaist%2Ftaxi-back/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparcs-kaist","download_url":"https://codeload.github.com/sparcs-kaist/taxi-back/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparcs-kaist%2Ftaxi-back/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29872680,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:05:00.265Z","status":"ssl_error","status_checked_at":"2026-02-26T20:57:13.669Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["backend","kaist","mongodb","nodejs","sparcs"],"created_at":"2026-02-26T21:06:53.032Z","updated_at":"2026-02-26T21:06:53.771Z","avatar_url":"https://github.com/sparcs-kaist.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SPARCS Taxi\nKAIST Taxi Party Matching Web Service\n\n## About\nTaxi는 KAIST 구성원들의 택시 동승 인원 모집을 위한 서비스입니다. 🚖\n비교적 거리가 먼 장소에 갈 때 택시 동승이 빈번하게 발생하는 점을 인지하고, 이를 어플/웹 서비스를 통해 보다 편리하게 이루어지도록 하고자 합니다.\n\n## Management Information\n- Notion : [Sparcs Notion Taxi page](https://www.notion.so/sparcs/Taxi-9d371e8ac5ac4f0c9b9c35869682a0eb) (Only SPARCS members can access it)\n- Slack : #taxi-main, #taxi-notice, #taxi-bug-report, #taxi-github-bot, #taxi-notion-bot (Only SPARCS members can access it)\n\n## Prerequisites\n- Recommended node version : \u003e=22.0.0 (Node v22.17.1, for example)\n- Recommended pnpm version : ^10.0.0 (pnpm v10.13.1, for example)\n- Recommended mongoDB version : 5.0.8\n\n## Project Setup\n\n### Clone Repositories\n```bash\n$ git clone https://github.com/sparcs-kaist/taxi-front\n$ git clone https://github.com/sparcs-kaist/taxi-back\n```\n\n### Install Requirements\n```bash\n$ pnpm install\n```\n\n### Set Environment Configuration\nSee [notion page](https://www.notion.so/sparcs/Environment-Variables-1b404bd385fa495bac6d5517b57d72bf).\nRefer to [.env.example](.env.example) and write your own `.env`.\n\n## Backend Route Information\nAPI specification is defined on Swagger.\nStart development server and visit `/docs` to see the specification of each endpoint.\n\n## License\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Contributors\nSee [contributors](https://github.com/sparcs-kaist/taxi-front/graphs/contributors) of frontend and [contributors](https://github.com/sparcs-kaist/taxi-back/graphs/contributors) of backend.\n\n## Accompanying Project\n- frontend : https://github.com/sparcs-kaist/taxi-front\n- backend : https://github.com/sparcs-kaist/taxi-back\n- app : https://github.com/sparcs-kaist/taxi-app\n- infra : https://github.com/sparcs-kaist/taxi-infra\n- devcenter : https://github.com/sparcs-kaist/taxi-dc\n- figma : https://www.figma.com/file/li34hP1oStJAzLNjcG5KjN/SPARCS-Taxi?node-id=0%3A1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparcs-kaist%2Ftaxi-back","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparcs-kaist%2Ftaxi-back","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparcs-kaist%2Ftaxi-back/lists"}