An open API service indexing awesome lists of open source software.

https://github.com/aviabird/yatrum-api

Backend Rails Api for Yatrum app
https://github.com/aviabird/yatrum-api

backend-services opensource rubyonrails

Last synced: 10 months ago
JSON representation

Backend Rails Api for Yatrum app

Awesome Lists containing this project

README

          



Yatrum App Logo



Yatrum App Logo


Yatrum built with ❤️ using Angular2, ngrx store, observables and reactive forms.


View App

This is the backend API code for the main [yatrum app](http://yatrum.com)

## 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!!!