Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 508 Bytes

README.md

File metadata and controls

31 lines (17 loc) · 508 Bytes

relationship-example

this example seeks to evaluate the use of relationships in lux

in code: Author.include('books');

via REST interface:

/authors/1&include=books

Installation

  • git clone https://github.com/<this-repository>
  • cd relationship-example
  • npm install

Running / Development

  • lux serve

Testing

  • lux test

Further Reading / Useful Links