Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 603 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 603 Bytes

BSC API

Build Status Dependency Status

A backend aplication for BSC Ember

Prerequisites

Ruby 2.4.1 & Bundler

Setup

bundle install
bin/rails db:create db:migrate db:seed

Server

bin/rails s

Testing

rspec

Codecov is in place

Deployment

automated by heroku