Restaurant-list

Project Restaurants-List

A restaurant list application developed using Node.js and Express, allowing users to explore restaurant details such as images, ratings, and locations. The application also features a search functionality for querying restaurants.

Features:

Environment Setup:

Installing and Running the Test:

  1. Open the terminal, clone this project to your local machine:
    git clone https://github.com/linkin1650/Restaurant-list.git
    
  2. Navigate to the project folder:
    cd restaurants-list
    
  3. Install npm packages:
    npm install
    
  4. Install nodemon package:
    npm install -g nodemon
    
  5. Running the test:
    npm run dev
    
  6. When the terminal displays the following message, the server is up and running:
    express server is running on http://localhost:3000
    

Open your browser and go to http://localhost:3000 to start using the application.

Contributor

linkin1650