Skip to content

A scalable car-pooling application built using Ruby on Rails!

Notifications You must be signed in to change notification settings

nikhilsu/Danglay

Repository files navigation

Build Status

README

Problem Description:

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.

Environment

1. Postgres 9.4.5

2. Rbenv 0.4.0

3. Ruby 2.3.0

4. Rails 4.2.5

Building the application

Run the following commands to build the application.

cd <path-to-project-directory>
bundle install
bundle exec rake all_test

Running the application

Run the following command to view the application in the browser.

rails server

Now you can view the application at http://localhost:3000