Awesome
<p align="center"> <a href="https://angular2-hn.firebaseapp.com"> <img alt="Yatrum App Logo" title="Angular 2 Yatrum App" src="http://res.cloudinary.com/zeus999/image/upload/v1486108021/Yatrum%20Logo/Screen_Shot_2017-02-03_at_1.01.17_PM.png" width="200"> </a> </p> <p align="center"> <a href="https://angular2-hn.firebaseapp.com"> <img alt="Yatrum App Logo" title="Angular 2 Yatrum App" src="http://res.cloudinary.com/zeus999/image/upload/v1486108021/Yatrum%20Logo/Screen_Shot_2017-02-03_at_1.01.33_PM.png" width="300"> </a> </p> <p align="center"> Yatrum built with ❤️ using Angular2, ngrx store, observables and reactive forms. </p> <p align="center"> <a href="http://yatrum.com">View App</a> </p>This is the backend API code for the main yatrum app
Getting started
Clone the application
$ git clone git@github.com:aviabird/yatrum-api.git
$ cd yatrum-api
$ bundle install
Make sure postgres is installed and is running before you run the next command.
$ rake db:reset
$ rails s
If you face any problems setting up the application let us know and we'd be more than happy to help you!!!