Recreating the restaurant info module from the item page on Zagat.com.
- https://github.com/the-nuggets/photos-service
- https://github.com/the-nuggets/google-reviews
- https://github.com/the-nuggets/reviews
With MongoDB installed, run: 'npm run seed' to seed database with random data.
An nvmrc
file is included if using nvm.
- Node 6.13.0
- MongoDB
- Express
- Webpack
- Redux
- React
- React Styled Components
- Google Map React
- Jest
- Puppeteer
From within the root directory:
npm install -g webpack
npm install