A simple restaurant website for you to search restaurant information with RWD design.
- Users can view all restaurant list.
- Users can view the detail information for each restaurant.
- The restaurant address can be linked to Google Map.
- Users can search the restaurants by names or categories of the keywords.
- Make sure you do install Node.js and npm.
- Clone the repository to local.
git clone https://github.com/Martina928/restaurant_list.git
- Enter the folder of the project through terminal and run
npm install
to install associated dependencies. - Run
npm run start
to start the web app. - You will receive the message below when the connection is running successfully, then open the browser and go to the url.
Restaurant List is listening on http://localhost:3000
- Run
ctrl + c
to stop the web app.
- VS Code
- Node.js 18.12.1
- Express 4.16.4
- Express-Handlebars 3.0.0
- Bootstrap 5.1.3
- Font-awesome