Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

cryptorebels/goby-api

Repository files navigation

Goby API

Just another api built with loopback..

Development

To start developing this app you'll need a running instance of mongo. The project expects a local mongo installation, but you can override this using the DB_HOST environment var.

Once you have your mongo up and running, just do:

yarn run dev

And it will start the loopback server.

Testing

yarn test
# or, if you wanna exclude coverage
yarn test -- --no-coverage