Skip to content

TeamMysteryMoose/reviews

Repository files navigation

OpenTable Reviews module clone

This repository contains a React clone of the OpenTable Reviews module. The backend is made with Express and MongoDB.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

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

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install

Running the Server

From within the root directory:

npm start
npm run dev-react
npm run compile

Running Tests

From within the root directory:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published