Carpooling app that provides a platform to connect drivers with parents within a neighborhood. Some parents either don't have the time or resources to drop their kids to school. The alternative options are too expensive or not safe for children (e.g. public transit). Hence, safety and convenience are major concerns; we only have drivers who are parents that have kids going to same schools.
- Fork this repository, then clone your fork of this repository.
- Install dependencies using the bundle install command.
- Make sure all dependencies in your Gemfile are available to your application.
- Seed the app with command: rake db:reset
- Run server with command: bin/rails s
- 'rails', '~> 5.2.3'
- 'bootstrap', '~> 4.3.1'
- 'puma', '~> 3.11'
- 'geocoder', '~> 1.5', '>= 1.5.1'
- React-Rails
- GMaps4Rails
- PostgreSQL 9.x
- Twilio On Rails
- ruby-2.3.5
- Driver Dashboard
- Dynamic Trips (Delete Trip Function)
- Geolocating Trips
- Transit Notification
- Verification for Parent Drivers
- Blog/Chat Service