Skip to content
wrannaman edited this page Jun 10, 2019 · 2 revisions

Getting started with the api.

Install

npm i -g sugar-generate

Prereqs

if you're running mongodb locally and using the docker container, make sure to start mongo using

sudo mongod --bind_ip_all

otherwise you wont be able to connect to mongo from docker.

Clone this wiki locally