Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 376 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 376 Bytes

README

Backend of Team-USR SEG Project Build Status

Depenedencies

Ruby 2.3.0 - use RVM (Ruby Version Manager) Bundler - gem install bundler Postgresql Redis

Installing

$ start postgres & redis
$ bundle install
$ rake db:setup
$ rails server