Skip to content

Runone/RecommendedReviews

 
 

Repository files navigation

YumpSF

Module consist of all user reviews for a given restaurant.

screen shot 2018-11-02 at 7 30 51 pm

Related Projects

Table of Contents

  1. Setup
  2. Requirements
  3. Development

Setup

-Npm install

-Npm run build (To build webpack)

-Npm run database (To build database in mysql)

-Npm run datagenerate (generate mock data with csv files)

-Npm run seed (seed mysql database)

-Npm start (Express server)

-Npm test (To run enzyme/jest test)

Open Chrome

You can render restaurants of id n is between 1-100:

http://localhost:3000/n

Example: render restaurant of id 23:

http://localhost:3000/23

Default: http://localhost:3000

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • mySql

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About

Yump Reviews

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 95.0%
  • Dockerfile 3.3%
  • Shell 1.7%