rails-json-api-react icon indicating copy to clipboard operation
rails-json-api-react copied to clipboard

React + JSON API Redux CRUD

rails-json-api-react

by React Developers @ Selleo

DEMO

Demo user: [email protected] / Secret123

Setup app

bundle
rake db:setup
cd client && yarn

Start app

foreman start
open http://localhost:3000

Adding new JSON API resource

rails g model category name:string
rails generate jsonapi:resource category
rails g controller Category --skip-assets

routes.rb

jsonapi_resources :categories

Client

Add list, edit and form components in client/src/components/ based on one of existing.

License

MIT