Yatrum built with ❤️ using Angular2, ngrx store, observables and reactive forms.
This is the backend API code for the main yatrum app
Clone the application
$ git clone [email protected]: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!!!