Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 611 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 611 Bytes

Restaurant List

A simple web app for looking up restaurants

Features

  • Search restaurants by name or category (English & Chinese input supported)
  • Browse restaurant info such as address, phone, description, etc.

Installation

  • Clone the project using git clone https://github.com/aawang1999/restaurant_list.git
  • Navigate to the project folder
  • Install npm npm install
  • Install nodemon npm install -g nodemon
  • Start the server using nodemon app.js
  • Navigate to localhost:3000

Prerequisites

  • bootstrap 4.3
  • express 4.17.1
  • express-handlebars 5.3.2
  • jquery 3.3.1
  • popper 2.9.1