Restaurant list created using node.js with package express.
- List all restaurants.
- Show restaurant detail.
- Search restaurant by name or category
- Clone the Repo to local server.
- Install need package by follow cmd.
npm isntall
- Start server for demo.
npm run dev
- While see the message below, Open the browser and enter the following URL.
Listen on http://localhost:3000
- Stop server
cmd + c
- Node.js: 18.15.0
- Express: 4.18.2
- Express-Handlebars: 7.0.7
- Bootstrap: 5.2.1
- Font-Awesome: 5.8.1