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

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

Notifications You must be signed in to change notification settings

jakubrohleder/jsonapi-robot-wars

Repository files navigation

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 git@github.com: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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published