The website for the restaurant list. You can browse restaurants list, view detailed information include the rating, all restaurants data are from AlphaCamp's API.
- User can view all restaurants include details.
- User can find all restaurants' address via Google Maps.
- User can search for a specific restaurant via keyword or category.
- User can add new restaurant.
- User can edit restaurants.
- User can delete restaurants.
-
Make sure you have node.js and npm installed first.
-
Clone the project to your localhost.
-
Go to the folder through the terminal and type:
npm install
-
After installation, continue typing:
npm run start
-
If you see this line, it means it is running smoothly, open your browser and go to the following URL:
Listening on http://localhost:3000
-
If you want to stop it:
ctrl + c
- Node.js 14.16.0
- Express 4.17.1
- Express-Handlebars 5.3.5
- Bootstrap 4.3.1
- Font-awesome 5.8.1
- MongoDB
- mongoose 6.4.2