Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1.27 KB

README.md

File metadata and controls

46 lines (27 loc) · 1.27 KB

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