FoodAssignment To run the API : 1)Install modules: npm install Create .env file(with below line) NODE_ENV=local Run app.js node app.js To run UI : cd hello-react 1)Install modules npm install Start the UI npm start