A simple restaurant list web application. Users can search a list of restaurants by the name or the catagory of the restaurant.
- 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.
- Ensure you have already installed node.js and npm on your device
- Open terminal and clone the files to your local server
git clone https://github.com/Kaminoikari/restaurant_list.git
- Initating and install all necessary external packages
cd restaurant_list
npm install
- Executing the project
node app.js
or
nodemon app.js // if you have installed nodemon from npm
- Click below link in the browser to see the result
http://localhost:3000
- Use
Cmd(⌘)+C
in the terminal if you wish to terminate the project
- Node.js v16.14.0
- Express 4.16.4
- Express-Handlebars 3.0.0
- Bootstrap 4.3.1
- Font-awesome 5.8.1