You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cd nodeTsMongo/src/ #Open hostApp.ts# Change Line 19
public mongoURL : string = AppKeys.mongoDBDockerURL
# to
public mongoURL : string = AppKeys.mongoDBURL
Install Package Dependencies
$ cd nodeTSMongo
$ yarn install
#Or, with npm
$ npm install