Example implementation Heroku
bundle install
rake db:create
rake db:migrate
rake db:seed
- create and configure file in the root of folder with name
.env
for local or set your environment vars for the server
WS1: 'http://localhost:3000/rest/login'
WS2: 'http://localhost:3001/rest/verify_user/'
WS2_USER: 'secret user'
WS2_PASS: 'secret password'
run the project with rails s
and test the 2 cases.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
TODO: Write credits