This project allows me to practice creating a high-quality project.
Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.
- Node.js: You need to have Node.js installed. You can download it from nodejs.org. We recommend version 18.15.0.
- npm: npm is the package manager for Node.js. It is typically installed automatically with Node.js. To check if npm is installed, run
npm -vin your terminal.
Follow these steps to get a local copy of the project up and running:
-
Clone the repository:
git clone https://github.com/tonyging/restaurant-list cd restaurant-list -
Install dependencies:
npm install
This will install all necessary dependencies for the project. After the installation is complete, you can proceed to run the project locally.
- Express - Fast, unopinionated, minimalist web framework for Node.js
- Express-Handlebars - A Handlebars view engine for Express
- Bootstrap - Front-end component library