https://github.com/techgirldiaries/rydeeasy
A Python-based application for trip management, history viewing and booking modifications, ensuring an efficient and user-friendly experience.
https://github.com/techgirldiaries/rydeeasy
database-management python sql taxi-booking
Last synced: 5 months ago
JSON representation
A Python-based application for trip management, history viewing and booking modifications, ensuring an efficient and user-friendly experience.
- Host: GitHub
- URL: https://github.com/techgirldiaries/rydeeasy
- Owner: techgirldiaries
- License: other
- Created: 2024-01-24T18:14:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-12-28T03:06:04.000Z (6 months ago)
- Last Synced: 2025-12-30T08:49:58.880Z (6 months ago)
- Topics: database-management, python, sql, taxi-booking
- Language: Python
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# RydeEasy
**RydeEasy** is a Python-based ride-sharing application designed to connect drivers and passengers efficiently through a command-line interface (CLI). Developed as a learning-focused portfolio project, RydeEasy demonstrates core software development skills including backend logic, database management and interactive CLI-based user experience.
## Key Features
- Create and manage ride requests via CLI
- Match passengers with drivers in real-time
- Track ride status and history
- Modular design demonstrating Python backend and CLI interaction
- Data validation and basic security measures
## Technical Focus
This project highlights:
- Python programming with focus on functions, classes and OOP
- Database management (CRUD operations)
- User input validation and error handling
- CLI-based interface for interaction without graphical front-end
## Getting Started
### Prerequisites
- Python 3.8 or above
- pip for dependency management
- SQLite3 Python Library
- SQLite Studio
### Installation
1. Clone the repository:
```bash
git clone https://github.com/techgirldiaries/RydeEasy.git
```
2. Navigate to the project directory:
```bash
cd RydeEasy
```
## License
This project is licensed under the **PolyForm Noncommercial License**.
Commercial use is not permitted.
Copyright © 2025 Oluwakemi T Obadeyi