Sample applications using Restro (https://github.com/Srdjan/restro)
To run the example, clone git repo:
git clone https://github.com/Srdjan/restro.examples.gitGo to Apple-farm folder:
cd apple-farmand then:
npm install
npm start //or: node index.jsOpen the browser, and navigate to:
When the API Explorer loads, go the main entry feld and type:
/api/apples
use create button to create first apple and follow the links :)
JSON format example for 'Create':
{ "weight": 10, "color": "red" }JSON format example for 'Grow':
{ "weightIncr": 120 }...
The MIT License (MIT)