this example seeks to evaluate the use of relationships in lux
in code:
Author.include('books');
via REST interface:
/authors/1&include=books
git clone https://github.com/<this-repository>
cd relationship-example
npm install
lux serve
lux test
this example seeks to evaluate the use of relationships in lux
in code:
Author.include('books');
via REST interface:
/authors/1&include=books
git clone https://github.com/<this-repository>
cd relationship-example
npm install
lux serve
lux test