{"id":23644606,"url":"https://github.com/codersunny812/stellar-cabs","last_synced_at":"2026-04-12T04:31:51.706Z","repository":{"id":290957926,"uuid":"966525125","full_name":"codERSunny812/Stellar-Cabs","owner":"codERSunny812","description":"This is an uber inspired platform where the user can book ride and the caption will accept or reject the ride.","archived":false,"fork":false,"pushed_at":"2025-08-02T17:02:54.000Z","size":1745,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-02T19:31:00.525Z","etag":null,"topics":["expressjs","javascript","mern-project","mern-stack","nodejs","reactjs","socket-io","websockets"],"latest_commit_sha":null,"homepage":"https://stellar-cabs.vercel.app","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/codERSunny812.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,"zenodo":null}},"created_at":"2025-04-15T04:01:17.000Z","updated_at":"2025-08-02T17:02:58.000Z","dependencies_parsed_at":"2025-08-02T19:03:29.537Z","dependency_job_id":"c55a61bd-6696-48f5-93e1-855605694b21","html_url":"https://github.com/codERSunny812/Stellar-Cabs","commit_stats":null,"previous_names":["codersunny812/stellar-cabs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codERSunny812/Stellar-Cabs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FStellar-Cabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FStellar-Cabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FStellar-Cabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FStellar-Cabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codERSunny812","download_url":"https://codeload.github.com/codERSunny812/Stellar-Cabs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codERSunny812%2FStellar-Cabs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28133801,"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","status":"online","status_checked_at":"2025-12-30T02:00:05.476Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["expressjs","javascript","mern-project","mern-stack","nodejs","reactjs","socket-io","websockets"],"created_at":"2024-12-28T12:31:47.092Z","updated_at":"2025-12-30T23:04:49.000Z","avatar_url":"https://github.com/codERSunny812.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stellar Cabs\n\nWelcome to **Stellar Cabs**, an Uber-inspired taxi service app built using the **MERN** stack (MongoDB, Express.js, React, Node.js).\n\n## Table of Contents\n\n- [Technologies](#technologies)\n- [Installation](#installation)\n- [Frontend Setup](#frontend-setup)\n- [Backend Setup](#backend-setup)\n- [Folder Structure](#folder-structure)\n- [License](#license)\n\n## Technologies\n\n- **Frontend**: React, Tailwind CSS, React Router, Axios, Redux (optional)\n- **Backend**: Node.js, Express.js, MongoDB, JWT Authentication, WebSockets\n- **Database**: MongoDB\n- **Authentication**: JWT, Google OAuth\n- **Deployment**: Docker, AWS (if applicable)\n\n## Installation\n\nClone the repository:\n\n```bash\ngit clone https://github.com/your-username/stellar-cabs.git\n```\n\nNavigate into the project folder:\n\n```bash\ncd stellar-cabs\n```\n\nFrontend Setup\n\n- Navigate to the frontend directory:\n\n```bash\ncd frontend\n```\n\n- Install dependencies:\n\n```bash\nnpm install\n```\n\n- Run the frontend:\n\n```bash\nnpm run dev\n```\n\nBackend Setup\n\n- Navigate to the backend directory:\n\n```bash\ncd backend\n```\n\n- Install dependencies:\n\n```bash\nnpm install\n```\n\n- Set up environment variables (refer to .env.example for the required variables).\n\n- Run the backend server:\n\n```bash\nnpm start\n```\n\n- *The API will be running on \u003chttp://localhost:3000\u003e*\n\nFolder Structure\n\n```bash\nstellar-cabs/\n├── frontend/            # React frontend\n│   ├── public/          # Public assets (images, index.html)\n│   ├── src/             # React components, pages, and services\n│   └── tailwind.config.js\n├── backend/             # Express backend\n│   ├── controllers/     # Route handlers\n│   ├── models/          # MongoDB models\n│   ├── routes/          # API routes\n│   ├── services/        # Business logic and utilities\n│   ├── middleware/      # Authentication, validation, etc.\n│   └── server.js        # Express app entry point\n\n```\n\nFeel free to customize these according to your app's specific features and structure! Let m\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersunny812%2Fstellar-cabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodersunny812%2Fstellar-cabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersunny812%2Fstellar-cabs/lists"}