0.0.0 • Published 6 years ago

@jdrf/dxf-converter-server v0.0.0

Weekly downloads
-
License
-
Repository
-
Last release
6 years ago

DXF Converter App

Usage

This app runs on https and is intended to run on docker, which will have a mongodb container called database.

Running the App Locally

You must run this app with NODE_ENV of dev because we are not expecting the database containerized mongodb instance:

NODE_ENV=dev npm run server

Running withing Docker

Docker must set NODE_ENV to prod so that the app connnects to Mongo properly.

NODE_ENV=prod npm run server