Restaurant Review app. Recreates the user experience of the the popular website Yelp.
- https://github.com/YumpSF/popular-dishes-and-full-menu
- https://github.com/YumpSF/Recommended-Reviews-Module
- https://github.com/YumpSF/reservation-hours
- https://github.com/YumpSF/overview
- 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.
- 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.
From within the root directory:
npm install
