Project resembles a clone of Open Table's reviews component
These instructions will get you a copy of the project up and running on your local machine.
What things you need to install the software and how to install them
MongoDB
NodeJS
To install MongoDB:
npm install mongodb --save
To initiate the server:
mongod
To go into the database in a new terminal:
mongo
For more references on Mongodb:
https://docs.mongodb.com/
To install all dependencies:
npm install
Seeding the data into db:
npm run seed-db
Starting webpack:
npm run webpack
Create Production bundle:
npm run build
Starting server:
npm start
Open client in browser at:
http://localhost:3000/