Recap

A restaurant website built with

  • Node.js
  • Express
  • Express-handlebars
  • nodemon
  • MongoDB
  • Mongoose
  • body-parser
  • and many other Javascript framework

Features

使用者可以新增一家餐廳 使用者可以瀏覽一家餐廳的詳細資訊 使用者可以瀏覽全部所有餐廳 使用者可以修改一家餐廳的資訊 使用者可以刪除一家餐廳

Getting Started

Clone repository to your local computer

$ git clone https://github.com/derek800109/restaurant_list_crud.git

Install by npm

$ npm install

Use seed data

npm run seed

Execute

$ npm run dev 

Terminal show the message

Express is listening on localhost:3000
mongodb connected!

Now you can browse the website on

http://localhost:3000

Built With

  • Node.js: 10.22.0
  • Express: 6.14.8
  • Express-Handlebars: 4.0.3
  • body-parser: 6.14.8
  • mongoDB Community Server: 4.2.9
  • mongoose: 5.10.3

Developer

Derek Hsu