agungf / node-loopback-crate-example

use crate with loopback

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Application Loopback using crate.io

This is a tiny example application with the stack:

  • node.js backend
  • loopback framework
  • crate.io as a datastore
  • angularjs frontend

How to install and run the example app

Depedencies:

  • 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)"

install the project:

clone this repository and then run:

npm install loopback -g
npm install

how to run

start crate.io. move the the directory of crate and run

bin/crate

run loopback application

slc run

About

use crate with loopback


Languages

Language:JavaScript 91.1%Language:HTML 8.1%Language:CSS 0.9%