Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

Latest commit

 

History

History
37 lines (24 loc) · 1.01 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.01 KB

ARCHIVED and no longer maintained

JsonAPI RobotWars

Code Climate

Repository for sample cerebris/jsonapi-resources Ruby on Rails app used for jakubrohleder/angular-jsonapi demo.

This is only an API server to view the actual angular-jsonapi run demo from that repository as well!

You can run it localy with:

Local

  • Clone this module and install gem dependencies:
git clone [email protected]:jakubrohleder/jsonapi-robot-wars.git
cd jsonapi-robot-wars
bundle install
  • Configure database in config/database.yml

  • Prepare database

# from jsonapi-robot-wars root directory
  bin/rake db:create db:migrate db:seed
  • Run server
# from jsonapi-robot-wars root directory
  rails s