#Readme.txt 1) To run Locally, Import the Mock Data from the data.json File into MongoDB. You can use the command below to do the import. -> mongoimport --db FoodOrderApp --collection hotels --file data.json --jsonArray Also, connect to your local mongo database. 2) npm install - to install node module dependencies. 3) node server - to start the server. Server listens on port 3000. Ensure that your MongoDB Service is running in the background. Live Deployment at https://food-ordering-application.herokuapp.com