This repository contains a React clone of the OpenTable Reviews module. The backend is made with Express and MongoDB.
- https://github.com/TeamMysteryMoose/menus
- https://github.com/TeamMysteryMoose/photos
- https://github.com/TeamMysteryMoose/reservations
This project requires Node and MongoDB to be installed on your system.
- Make sure mongo is running.
- Seed the database by running the seed.js script from the utilities directory
npm run seed
An nvmrc
file is included if using nvm.
- Node 6.13.0
- etc
From within the root directory:
npm install
From within the root directory:
npm start
npm run dev-react
npm run compile
From within the root directory:
npm test