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:
- Users can view basic information for all restaurants on the homepage.
- Users can click on restaurant cards to access detailed information, including ratings and location.
- Users can search for restaurants by keywords, such as name or category.
Environment Setup:
- Node.js
- Express
- Express-handlebars
Installing and Running the Test:
- Open the terminal, clone this project to your local machine:
git clone https://github.com/linkin1650/Restaurant-list.git
- Navigate to the project folder:
- Install npm packages:
- Install nodemon package:
- Running the test:
- 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