Skip to content

YWKlai/restaurantlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant List Application

This is a simple restaurant list application built using Express.js and Handlebars. It allows you to display a list of restaurants, view detailed information, and search for restaurants.

Prerequisites

Please ensure you have installed the following software and packages:

  • Node.js v14.17.0
  • npm v6.14.13

Installation and Execution

Please follow the steps below to install and run this project:

  1. Clone this project to your local machine:
git clone https://github.com/YWKlai/restaurantlist.git
  1. Navigate to the project directory:
cd restaurant-list
  1. Install the necessary packages:
npm install
  1. Start the server:
npm run dev
  1. Open your browser and go to http://localhost:3000 to use the application.

Features

  • Display basic information of all restaurants on the homepage (including restaurant photo, name, category, and rating).
  • Click on a restaurant to view detailed information (including category, address, phone, description, and image).
  • Search for specific restaurants by name or category.

Development Environment

  • Node.js v14.17.0
  • Express v4.17.1
  • Express-handlebars v3.0.0
  • Body-parser v1.19.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published