Skip to content

mlconst/jsonapi-robot-wars

 
 

Repository files navigation

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

 
 
 

Contributors

Languages

  • Ruby 91.5%
  • HTML 8.5%