smallpaes / restaurant-list

A web application built with Node.js and Express to display a list of restaurants with detail and offer the searching function to help readily locate the ideal restaurants.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restaurant List

A web application built with Node.js and Express to display a list of restaurants with detail and offer the searching function to help readily locate the ideal restaurant.

Project First Look

Application Screen Shot in GIF

Features

Functions Detail URL
View all restaurants Click on logo to find name, image, category, rating of all restaurant /
View restaurant detail Click on any restaurant card to view address, phone number, category, description, image /restaurants/:restaurant_id
Search restaurants Input name in search bar to find matching restaurants /search

Installation

The following instructions will get you a copy of the project and all the setting needed to run it on your local machine.

Prerequisites

Clone

Clone this repository to your local machine

$ git clone https://github.com/smallpaes/restaurant-list.git

Setup

  1. Enter the project folder
$ cd restaurant-list
  1. Install npm packages
$ npm install
  1. Activate the server
$ npm run dev
  1. Find the message for successful activation
Express is listening on http://localhost:3000

You may visit the application on browser with the URL: http://localhost:3000

Authors

Mike Huang

About

A web application built with Node.js and Express to display a list of restaurants with detail and offer the searching function to help readily locate the ideal restaurants.


Languages

Language:CSS 92.8%Language:HTML 5.1%Language:JavaScript 2.1%