Movie Search is MERN (MongoDB, Express, React,NodeJS) stack web application. The web-app allows user search for movie through The Movie DB API.
See demo at https://movie-demo-lana.herokuapp.com/
- npm install
- npm run react-dev to run webpack
- npm start to run server
- run mongod in terminal tab, run mongo in new terminal tab
- Node 10.15.3
- mongoDB(or mLab)
From within the root directory: npm install -g webpack npm install