Real-time API that lets you place orders for food at resutarants and track the progress of the meal.
- Install dependencies
npm i
- Start the server with default configuration
npm start
- (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 withoutNODE_ENV
applies default configuration while starting the server asNODE_ENV=production npm start
applies default configuration supplemented by configuration settings calledproduction
.