Skip to content

next-juanantoniogomez/poc-loopback

Repository files navigation

PoC Loopback 3

Authors: Juan Antonio Gómez

Date: 2018/11/30

Online demo

You can find a deployed demo in http://beevaffinity-loopback.herokuapp.com/.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone https://github.com/next-juanantoniogomez/poc-loopback.git
  • cd poc-loopback
  • npm install
  • Edit your datastore config.

Running / Development

For debugging, we recommend ndb.

Running Tests

  • TBW

Request

Further Reading / Useful Links