Skip to content

Kaminoikari/restaurant_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A simple restaurant list web application. Users can search a list of restaurants by the name or the catagory of the restaurant.

Screenshot

FB17C7AC-FBF3-47B2-8C7B-AE35F3FC74A0_1_105_c

Features

  • List of restaurants with brief introduction.
  • Showing detailed information of restaurants.
  • Links to help users find out the location via google map.
  • Enter keyword to search restaurants by the name and category.

Installation

  1. Ensure you have already installed node.js and npm on your device
  2. Open terminal and clone the files to your local server
git clone https://github.com/Kaminoikari/restaurant_list.git
  1. Initating and install all necessary external packages
cd restaurant_list
npm install
  1. Executing the project
node app.js
or
nodemon app.js // if you have installed nodemon from npm
  1. Click below link in the browser to see the result
http://localhost:3000
  1. Use Cmd(⌘)+C in the terminal if you wish to terminate the project

Requirement

  • Node.js v16.14.0
  • Express 4.16.4
  • Express-Handlebars 3.0.0
  • Bootstrap 4.3.1
  • Font-awesome 5.8.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published