nikhilsu / Danglay

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Ruby 57.6%Language:HTML 20.5%Language:JavaScript 11.4%Language:SCSS 8.6%Language:CoffeeScript 1.6%Language:CSS 0.2%