Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

sue445/rubicure_api

Repository files navigation

RubicureAPI

API server for Rubicure

https://rubicure.herokuapp.com/

Circle CI

Requirements

  • Ruby

Setup

bundle install

Run

bundle exec foreman s
open http://localhost:3000/

Setup Heroku

heroku addons:create papertrail
heroku addons:create rollbar
heroku config:add ROLLBAR_ACCESS_TOKEN=XXXXXXXXXXXXXXX

Heroku deploy

Deploy