{"id":23770029,"url":"https://github.com/sunithvs/ridebook","last_synced_at":"2026-05-03T13:42:51.756Z","repository":{"id":222183713,"uuid":"755061022","full_name":"sunithvs/RideBook","owner":"sunithvs","description":"A Django-based ride-sharing platform API that implements core functionalities similar to Uber. This project provides a robust backend system for managing ride bookings, user authentication, and real-time ride tracking.","archived":false,"fork":false,"pushed_at":"2024-12-31T04:27:41.000Z","size":112,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-31T05:25:09.951Z","etag":null,"topics":["channels","django","django-rest-framework","python"],"latest_commit_sha":null,"homepage":"","language":"Python","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/sunithvs.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-02-09T11:07:27.000Z","updated_at":"2024-12-31T04:29:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"7b649296-ec7e-4d10-a992-68a809ed5d51","html_url":"https://github.com/sunithvs/RideBook","commit_stats":{"total_commits":57,"total_committers":2,"mean_commits":28.5,"dds":0.07017543859649122,"last_synced_commit":"f044eeba5e02c9485fb31827273f444ff6186c94"},"previous_names":["sunithvs/rider-backend","sunithvs/ridebook"],"tags_count":0,"template":false,"template_full_name":"teamlamsta/internship-task-django","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2FRideBook","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2FRideBook/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2FRideBook/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sunithvs%2FRideBook/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sunithvs","download_url":"https://codeload.github.com/sunithvs/RideBook/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952597,"owners_count":19723922,"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":["channels","django","django-rest-framework","python"],"created_at":"2025-01-01T02:35:59.058Z","updated_at":"2026-03-29T09:30:19.623Z","avatar_url":"https://github.com/sunithvs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RideShare API\n\nA Django-based ride-sharing platform API that implements core functionalities similar to Uber. This project provides a robust backend system for managing ride bookings, user authentication, and real-time ride tracking.\n\n## Features\n\n### Core Features\n- **User Management**\n  - User registration and authentication\n  - JWT-based authentication system\n  - Separate driver and rider roles\n\n- **Ride Management**\n  - Create ride requests\n  - View ride details\n  - List all rides\n  - Real-time status updates\n\n- **Location Tracking**\n  - Simulated real-time ride tracking\n  - Current location updates\n  - Trip history\n\n- **Driver-Rider Matching**\n  - Smart matching algorithm based on proximity\n  - Driver ride acceptance system\n  - Availability status management\n\n### Technical Implementation\n- Built with Django and Django Rest Framework\n- Comprehensive API documentation\n- Extensive test coverage\n- Real-time updates using WebSocket\n\n## Setup Instructions\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/sunithvs/RideBook.git\ncd rideshare\n```\n\n2. Create and activate virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Run migrations:\n```bash\npython manage.py migrate\n```\n\n5. Start the development server:\n```bash\npython manage.py runserver\n```\n\n## API Endpoints\n\n### Authentication\n- `POST /api/auth/register/` - User registration\n- `POST /api/auth/login/` - User login\n\n### Rides\n- `POST /api/rides/` - Create ride request\n- `GET /api/rides/` - List all rides\n- `GET /api/rides/\u003cid\u003e/` - Get ride details\n- `PATCH /api/rides/\u003cid\u003e/` - Update ride status\n\n### Driver\n- `GET /api/rides/available/` - List available rides\n- `POST /api/rides/\u003cid\u003e/accept/` - Accept ride request\n- `PATCH /api/driver/status/` - Update availability status\n\n## Testing\n\nRun the test suite:\n```bash\npython manage.py test\n```\n\n## Tech Stack\n- Django\n- Django Rest Framework\n- PostgreSQL\n- Redis (for real-time features)\n- pytest (for testing)\n\n## License\nThis project is licensed under the MIT License - see the LICENSE.md file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunithvs%2Fridebook","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsunithvs%2Fridebook","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsunithvs%2Fridebook/lists"}