Skip to content

Kaminoikari/restaurant_list_CRUD

Repository files navigation

Introduction

學期2-3-A7 & A8 餐廳清單擴充CRUD功能 + 重構餐廳清單

Screenshot

9FAF5E91-0E94-4204-8974-61F5F429A6C8

Features

  • 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

Installation

1. Ensure you have already installed node.js and npm on your device

2. Open terminal and clone the files to your local server

git clone https://github.com/Kaminoikari/restaurant_list_CRUD.git

3. Initating and install all necessary external packages

cd restaurant_list_CRUD
npm install

4. Set up seed data with MongoDB

npm run seed

5. Executing the project

node app.js
or
nodemon app.js // if you have installed nodemon from npm

6. Click below link in the browser to see the result

http://localhost:3000

6. Use Cmd(⌘)+C in the terminal if you wish to terminate the project

Requirement

  • Node.js v16.14.0
  • Express 4.16.4
  • Express-Handlebars 3.0.0
  • Bootstrap 4.3.1
  • Font-awesome 5.8.1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published