Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 344 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 344 Bytes

FoodAssignment

To run the API :

1)Install modules:

npm install

  1. Create .env file(with below line)

NODE_ENV=local

  1. Run app.js

node app.js


To run UI :

cd hello-react

1)Install modules

npm install

  1. Start the UI

npm start