Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 932 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 932 Bytes

Project Name

Menu module of full-stack webpage clone of OpenTable restaurant webpage

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

Run "npm install" to install dependencies.
Start MongoDB
Run "npm run build" to build webpack bundle
Run "npm start" to start the server
Add "/restaurant/{id}" to the end of the url. (id range is from 1001 to 1100)