jcwesley93 / Flatiron-Taxi

A CLI Application using Ruby and Object Oriented Programming Principles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WELCOME TO FLATIRON TAXI!

INTRODUCTION

Flatiron Taxi is a rideshare platform that not only connects riders with available drivers, but offers additional features for both the rider and the driver. Flatiron Taxi utilizes Ruby, ActiveRecord and TTYPrompt for increased usability.

INSTALL INSTRUCTIONS

Flatiron Taxi can be installed using the following steps:

- Clone or download the Flatiron Taxi Repository: https://github.com/jcwesley93/flatiron-taxi

- In your terminal, run 'bundle install' within the Flatiron Taxi directory. 

- Also in your terminal, run 'rake db:migrate' to establish a new database connection. 

- To run the application in your terminal: ruby runner.rb

CONTRIBUTING

We welcome contributions to the Flatiron Taxi application. If you would like to contribute to this project, please complete the following steps:

1. Fork it (https://github.com/jcwesley93/flatiron-taxi/fork)
2. Create your feature branch (git checkout -b feature/your_branch_name)
3. Commit your changes (git commit -am 'Your commit message')
4. Push to your feature branch ( git push origin feature/your_branch_name)
5. Create a new pull request. 

LICENSE

This project was created by Jaela Wesley (jaela.wesley@flatironschool.com) and Fredi Ramirez (fredi.ramirez@flatironschool.com). Please feel free to reach out with any questions or comments.

MIT License

Copyright (c) 2019 Jaela Wesley, Fredi Ramirez

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

A CLI Application using Ruby and Object Oriented Programming Principles

License:MIT License


Languages

Language:Ruby 100.0%