WalmartLabs Coding Assignment
Server provides a Restful Search Api. Accepts a keyword. Returns all products whose description or name contains any word in the keyword.
Client provides a user with a Search input. When the user submits a keyword, the corresponding products and meta is displayed.
Must have node.js installed locally on your machine
- open /client
npm install
npm start
- open /server
npm install
npm start
- Server runs on port 3001
- Client runs on port 3000
Jest Test Runner
npm test