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
Run App in DEV Mode
$ cd nodeTSMongo
$ yarn watch-ts
$ yarn watch-js
Run App in PROD Mode
$ cd nodeTSMongo
$ yarn run production
About
Using Typescript to create A Node/Express Application with MongoDB Connection, CSV Import/Export & Docker Container