Skip to content

stanneeru/interactor_example_app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactor app example

This app demonstrates how Interactor can be used to organise actions. The app is generated using rails-api that accepts a POST to http://localhost:3000/clients. Run the app by starting up the rails server. Do a

curl -H "Content-Type: application/json" -X POST -d '{"user_id": 1,"name":"Trustee of Moo", "abn":"123344"}' http://localhost:3000/clients

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 82.7%
  • HTML 17.3%