Skip to content

Runone/Proxy_YUMP_SF_Danny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yump

Restaurant Review app. Recreates the user experience of the the popular website Yelp.

screen shot 2018-11-07 at 7 34 18 pm screen shot 2018-11-07 at 7 34 30 pm

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

  • Open up each modules and run npm install to install dependencies
  • Open up each modules package.json file to see script commands
  • Create database for each module and seed all modules database with mock data using seed script.
  • Compile each modules webpack.
  • Run npm start for each modules to start server.
  • Run command Npm install inside proxy directory to install dependencies.
  • Run command Npm start to inside proxy directory to run express server.
  • In browser navigate to localhost:1337/1 (/1-100)* routes 1-100 navigates through different endpoints.

Requirements

  • Each modules database needs to be created using npm script
  • Each modules database needs to be seeded with mock data using npm seed script
  • Each modules server needs to be running
  • Each modules webpack needs to be compile
  • To run connect each module to proxy server, run npm start script in proxy directory.

Development

Installing Dependencies

From within the root directory:

npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.3%
  • Other 0.7%