Simple movie lookup service created using React.js, Node.js and The Movies Database (developers.themoviedb.org)
Make sure you have these installed on your machine
- Node.js (+npm)
- MongoDB (Or free community edition: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/)
Backend:
cd server/
npm i
node app.js
Frontend:
cd client/
npm i
npm start