學期2-3-A7 & A8 餐廳清單擴充CRUD功能 + 重構餐廳清單
- User can add new restaurant on the main page
- Browse all restaurants functionality
- Showing detailed information of restaurants
- User can edit restaurant detail
- User can delete a restaurant
- User can use dropdown menu to search restaurant based on specific order
git clone https://github.com/Kaminoikari/restaurant_list_CRUD.git
cd restaurant_list_CRUD
npm install
npm run seed
node app.js
or
nodemon app.js // if you have installed nodemon from npm
- Node.js v16.14.0
- Express 4.16.4
- Express-Handlebars 3.0.0
- Bootstrap 4.3.1
- Font-awesome 5.8.1