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:
- 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