jamemackson / lux-relationship-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:JavaScript 100.0%