yatrum-api

Backend Rails Api for Yatrum app

MIT License

Stars
13
Committers
5

This is the backend API code for the main yatrum app

Getting started

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