PORT = 5000
SERVICE_NAME = 'template' # for registration with service Registry
SERVICE_HOST = 'localhost' # for registration with service Registry
ATLAS_URI = '..blah..'
npm i
npm run dev
npm start
PORT = 5000
SERVICE_NAME = 'template' # for registration with service Registry
SERVICE_HOST = 'localhost' # for registration with service Registry
ATLAS_URI = '..blah..'
npm i
npm run dev
npm start