This is a tiny example application with the stack:
- node.js backend
- loopback framework
- crate.io as a datastore
- angularjs frontend
-
you need to have npm installed. checkout http://nodejs.org/
-
you need to run crate as a datastore.
How to install crate:
bash -c "$(curl -L try.crate.io)"
clone this repository and then run:
npm install loopback -g
npm install
start crate.io. move the the directory of crate and run
bin/crate
run loopback application
slc run