It 's a wonderful web where can find most delicious restaurant in Taipei
Add MongoDB database to accomplish CRUD function (12/25)
1.User can browse the restaurant list in homepage
2.User can click the restaurant image to check out details of the restaurant
3.User can search restaurant name to find the restaurant they want
4.User can create new restaurant information to website (12/25)
5.User can delete the restaurant which they disliked it (12/25)
6.User can sort the restaurant menu by name, location , category (12/29)
Install npm in node.js
$ npm install
git clone https://github.com/tin8420/Restaurant-List.git
Execute file by enter
$ npm run dev
Browse the website on
http://localhost:3000
Tin Chu 朱敬恆