kaushik-rishi / poc-template-aim

How we want the generated template to look like in the end.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streetlights MQTT API

Running the server

  1. Install dependencies
    npm i
  2. Start the server with default configuration
    npm start
  3. (Optional) Start server with secure production configuration
    NODE_ENV=production npm start

NODE_ENV=production relates to config/common.yml that contains different configurations for different environments. Starting server without NODE_ENV applies default configuration while starting the server as NODE_ENV=production npm start applies default configuration supplemented by configuration settings called production.

About

How we want the generated template to look like in the end.


Languages

Language:JavaScript 97.8%Language:Dockerfile 2.2%