Skip to content

TrogdorSystems/review-component

Repository files navigation

CircleCI

Front End Capstone - Open Table: Reviews Component

Project resembles a clone of Open Table's reviews component

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

What things you need to install the software and how to install them

MongoDB
NodeJS

Initial Installations

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

Reviews Component Setup

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/


Awesome Badges ForTheBadge uses-js ForTheBadge uses-css ForTheBadge uses-html ForTheBadge uses-git forthebadge forthebadge ForTheBadge built-by-developers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published