Whisper
An application used to browse and purchase movies, built with React/Redux, Express, JavaScript and MongoDB.
Clone down this repository. You will need node
and npm
installed globally on your machine.
Installation:
npm install
cd client && npm install
To Run Test Suite:
npm test
To Start the App:
npm run dev
To Visit App: