<img src=“https://circleci.com/gh/feedbackfruits/bepstore-api.svg?style=shield” alt=“Circle CI” /> <img src=“https://codecov.io/gh/feedbackfruits/bepstore-api/branch/master/graph/badge.svg” alt=“Codecov” /> <img src=“https://codeclimate.com/github/feedbackfruits/bepstore-api/badges/gpa.svg?badge.svg” alt=“CodeClimate” /> <img src=“https://gemnasium.com/feedbackfruits/bepstore-api.svg?badge.svg” alt=“Dependencies” />
<img src=“https://badge.waffle.io/feedbackfruits/bepstore-api.svg?label=ready&title=Ready” alt=“Ready” /> <img src=“https://badge.waffle.io/feedbackfruits/bepstore-api.svg?label=in%20progress&title=In%20Progress” alt=“In Progress” />
This README should document whatever steps are necessary to get the application up and running.
-
Ruby version:
2.2.4 -
System dependencies:
? -
Configuration:
git clone git@github.com:feedbackfruits/bepstore-api.git && cd bepstore-api && npm install && bower install -
Database creation:
sudo apt-get install mongodb(Ubuntu 15.10) -
Database initialization:
rake db:setup
We are using rspec in combination with rubocop. We strive to achieve and maintain a 100% code coverage.
Running rspec: bundle exec rspec spec
Running Rubocop: bundle exec rake rubocop
Auto fixing rubocop failures: bundle exec rake rubocop:auto_correct