This is my restaurant list, showing all the restaurants I like, details and providing search function.
- Browse all the restaurants
- Check the specific restaurant details
- Link restaurant address to Google map
- Search for specific restaurant
-
Install node.js & npm first
-
Clone this project to localhost
git clone https://github.com/YuZih/Restaurant-List.git
- Enter the project folder through terminal, and then install npm package by inputting the command below
npm install
- After npm is installed, input the command below
npm run start
- Operation success if the following message shows, and then type http://localhost:3000 in the browser
Express is listening on http://localhost:3000
- Type the command below to stop operation
ctrl + c
- Node.js
- Express
- Express-Handlebars
- Bootstrap