Food Delivery API

Real-time API that lets you place orders for food at resutarants and track the progress of the meal.

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.