/ride-share

API for a ride sharing app.

Primary LanguageRuby

RideShare Api

screenshot

##Links

##Installation This app uses a postgres database, so you will need PostgreSQL installed. Run a bundle install and you should be good to go!

##My Process I really enjoyed making my second Rails app! I learned a lot about relationships between tables doing this app, and I was really pleased that I got my serializers working so that I could get all of the information I needed on the front end from one get request.