{"id":21381264,"url":"https://github.com/reiosantos/ride-api","last_synced_at":"2026-05-07T10:32:23.073Z","repository":{"id":98193509,"uuid":"139282359","full_name":"reiosantos/ride-api","owner":"reiosantos","description":null,"archived":false,"fork":false,"pushed_at":"2019-10-21T16:46:03.000Z","size":129,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"feature","last_synced_at":"2025-09-07T21:33:12.504Z","etag":null,"topics":["flask","mysql","python","ride-offers"],"latest_commit_sha":null,"homepage":null,"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/reiosantos.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-06-30T21:46:42.000Z","updated_at":"2019-11-01T14:10:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"5718d1ac-9754-4d87-a041-8e013dc201a5","html_url":"https://github.com/reiosantos/ride-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reiosantos/ride-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiosantos%2Fride-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiosantos%2Fride-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiosantos%2Fride-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiosantos%2Fride-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reiosantos","download_url":"https://codeload.github.com/reiosantos/ride-api/tar.gz/refs/heads/feature","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reiosantos%2Fride-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32733479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["flask","mysql","python","ride-offers"],"created_at":"2024-11-22T10:45:06.634Z","updated_at":"2026-05-07T10:32:23.067Z","avatar_url":"https://github.com/reiosantos.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ride My Way\n\nRide-my App is a carpooling application that provides drivers with the ability to create ride offers\nand passengers to join available ride offers.\n\n## Motivation\n\nThis is driven by the increase in technology, which has proven to be more effective in time saving.\nWe there fore develop this app to apply tech in the transportation industry with the main purpose of saving m\nore and earning more.\n\n## Build status, and test coverage\n\nBuild status of continuous integration i.e. travis, -\nTest coverage of code climate and coveralls -\n\n[![Build Status](https://travis-ci.org/reiosantos/ride-api.svg?branch=feature)](https://travis-ci.org/reiosantos/ride-api)\n[![Maintainability](https://api.codeclimate.com/v1/badges/7047d11c77cc6fb3d2db/maintainability)](https://codeclimate.com/github/reiosantos/ride-api/maintainability)\n\u003c!--\n[![Test Coverage](https://api.codeclimate.com/v1/badges/7047d11c77cc6fb3d2db/test_coverage)](https://codeclimate.com/github/reiosantos/ride-api/test_coverage)\n--\u003e\n[![Coverage Status](https://coveralls.io/repos/github/reiosantos/ride-api/badge.svg?branch=feature)](https://coveralls.io/github/reiosantos/ride-api?branch=feature)\n\n***Features***\n\n * Users (Driver and passenger) can fetch all ride offers\n * Users can fetch a specific ride offer\n * Driver creates a ride offer\n * Passengers make a request to join a ride.\n * Driver can deletes and update ride offer\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development\nand testing purposes.\n\n### Prerequisites\nThis describes things needed to install the software.\n\n```bash\n- git : to update and clone the repository\n- python3: The base language used to develop the api\n- pip: a python package used to install project requirements\n```\n\n### Installing\n\n```bash\nType: \"git clone https://github.com/reiosantos/ride-my-way.git\" in your terminal.\n```\nThe UI folder houses the user interface. To access the user interface, open the login.html\nfile inside the UI/templates folder\n\n\nThe api folder contains the system backend services.\n\n- To install the requirements. run:\n\n```bash\npip3 install -r requirements\n```\n\nThe app can then be run with the following commands.\n\n```bash\ncd api\n\npython run.py\n```\n\n- Now you can access the system api via URLs:\n\n* To create an account, method[POST]\n```http\nhttp://localhost:5000/api/v1/auth/signup/\n```\n\n* To login to an account, method[POST]\n```http\nhttp://localhost:5000/api/v1/auth/login/\n```\n* To create an account, method[POST]\n```http\nhttp://localhost:5000/api/v1/auth/signup/\n```\n\n* To access all rides, method[GET]\n```http\nhttp://localhost:5000/apis/v1/rides/\n```\n\n* To access a particular ride. ie ride number 5, method[GET]\n```http\nhttp://localhost:5000/apis/v1/rides/5/\n```\n\n* To delete a particular ride for-example 4, method[DELETE]\n```http\nhttp://localhost:5000/apis/v1/rides/4/\n```\n\n* To update a particular ride, method[PUT]\n```http\nhttp://localhost:5000/api/v1/rides/\n```\n\n* To insert a new ride, method[POST]\n```http\nhttp://localhost:5000/api/v1/rides/\n```\n\n* To send a request to join a particular ride for-example 4, method[POST]\n```http\nhttp://localhost:5000/apis/v1/rides/4/request/\n```\n\n* To view requests for a particular ride for-example 4, method[GET]\n```http\nhttp://localhost:5000/apis/v1/rides/4/request/\n```\n\n* To update a request for a ride for-example 4, \nand request number 5 hod[PUT]\n```http\nhttp://localhost:5000/apis/v1/rides/4/request/5/\n```\n\n* To delete a request of a particular ride \nfor-example 4, and ride 5 method[DELETE]\n```http\nhttp://localhost:5000/apis/v1/rides/4/request/5/\n```\n\n## Running the tests\n\n- To run the tests, make sure you are working under api/, Then run the following commands\n\n```bash\npytest\n```\n\n## Built With\n\n* [Flask](http://flask.pocoo.org/docs/1.0/) - The web framework used\n* [Python](https://www.python.org/) - Framework language\n* HTML\n* CSS\n\n## Authors\n\n* **Ssekitto Ronald** - *Initial work* - [reiosantos](https://github.com/reiosantos)\n\n## Acknowledgments\n\n* Andela Software Development Community\n* Inspiration\n* Bootcamp 9 team-mates\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiosantos%2Fride-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freiosantos%2Fride-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freiosantos%2Fride-api/lists"}