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
- Host: GitHub
- URL: https://github.com/aviabird/yatrum-api
- Owner: aviabird
- License: mit
- Created: 2016-11-29T12:17:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T05:54:09.000Z (over 8 years ago)
- Last Synced: 2025-01-20T21:07:11.889Z (over 1 year ago)
- Topics: backend-services, opensource, rubyonrails
- Language: Ruby
- Homepage: http://yatrum.com
- Size: 246 KB
- Stars: 13
- Watchers: 5
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Yatrum built with ❤️ using Angular2, ngrx store, observables and reactive forms.
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!!!