https://github.com/cancelei/ride_share
Manage an Organization with different partnering Companies that attract their cluster of drivers. Helping Passengers to circulate better in remote areas. Helping Event Organizers with positive expectation management strategies. Help the project: https://giveth.io/es/project/decentralized-urban-mobility-ride-flow
https://github.com/cancelei/ride_share
ruby-on-rails
Last synced: 3 months ago
JSON representation
Manage an Organization with different partnering Companies that attract their cluster of drivers. Helping Passengers to circulate better in remote areas. Helping Event Organizers with positive expectation management strategies. Help the project: https://giveth.io/es/project/decentralized-urban-mobility-ride-flow
- Host: GitHub
- URL: https://github.com/cancelei/ride_share
- Owner: cancelei
- Created: 2025-01-19T15:29:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-15T18:17:34.000Z (3 months ago)
- Last Synced: 2025-03-15T19:24:23.193Z (3 months ago)
- Topics: ruby-on-rails
- Language: HTML
- Homepage: https://rideflow.live
- Size: 1.71 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ride Flow - Network State Apps
A Ruby on Rails application that helps you find the best ride for your trips, it has an extensive roadmap that could be already implemented without any updates on the readme.
[](LICENSE)
## Quick Start ๐
Configure Ruby envieroment with asdf or rbenv and install the correct version by looking at the .tool-versions or ruby-version file.
1. Clone the repository:
```bash
git clone https://github.com/yourusername/your-project-name.git
cd your-project-name
```2. Install dependencies:
```bash
bin/setup
```3. Open your browser and navigate to `http://localhost:3000` to see the application in action.
## Project Structure ๐
The project is organized into the following directories:
- `app/`: Contains the main application files.
- `config/`: Contains the configuration files.
- `db/`: Contains the database files.
- `lib/`: Contains the custom libraries.
- `public/`: Contains the public files.
- `spec/`: Contains the test files.
- `vendor/`: Contains the vendor files.## Configuration ๐ง
The configuration is done in the `config/application.rb` file.
## Database ๐๏ธ
The database is created using the `rails db:prepare` command.
## Testing ๐งช
The tests are run using the `rails test` command.
## Deployment ๐ฆ
The application is deployed using the `heroku` command.
Migrate in production:
```bash
heroku run rails db:migrate --app your-app-name
```Or act accordingly when using other hosting providers.
## Contributing ๐ค
## License ๐
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.