Currently, a ThoughtWorker has to mail all of the city's ThoughtWorkers to be chosen as a cab mate by somebody. Although the current system in place is working, it can be made better by automating the process.
Solution: A web application where in one can easily browse through and choose a list of cab mates to commute to and from the office based on the convenience of locality and route.
1. Postgres 9.4.5
- Mac OS X: https://github.com/PostgresApp/PostgresApp/releases
- Ubuntu:Add the version of postgres you want from the repository by doing the given in Apt Repository https://www.postgresql.org/download/linux/ubuntu/
$apt-get install postgresql
2. Rbenv 0.4.0
3. Ruby 2.3.0
4. Rails 4.2.5
- Follow the steps provided in the following link Mac OS X: https://gorails.com/setup/osx/10.10-yosemite.
- Ubuntu 12.04: https://www.digitalocean.com/community/tutorials/how-to-install-ruby-on-rails-on-ubuntu-12-04-lts-precise-pangolin-with-rvm
Run the following commands to build the application.
cd <path-to-project-directory>
bundle install
bundle exec rake all_test
Run the following command to view the application in the browser.
rails server
Now you can view the application at https://localhost:3000