Module consist of all user reviews for a given restaurant.
- https://github.com/YumpSF/popular-dishes-and-full-menu
- https://github.com/YumpSF/overview
- https://github.com/YumpSF/reservation-hours
- https://github.com/YumpSF/Proxy_Danny
-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)
You can render restaurants of id n is between 1-100:
Example: render restaurant of id 23:
Default: http://localhost:3000
An nvmrc file is included if using nvm.
- Node 6.13.0
- mySql
From within the root directory:
npm install -g webpack
npm install