/nautrip-be

StartHack 2017 - Nautrip App Backend

Primary LanguageJavaScript

My Application

The project is generated by LoopBack.

install mongodb with brew: brew install mongodb brew cask install mongodb

start mongod with custom db path mongod --dbpath /Users/username/mongodb/data

or with default path /data/db (create this directory first)

kill mongod process to shut down mongo db