Skip to content

lamlyg/Hansel-and-Gretel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 

Repository files navigation

해외 과자 구매 쇼핑몰 'Hansel and Gretel'

2020 소프트웨어공학 3차 프로젝트 (쇼핑몰 웹 어플리케이션)

  • 팀장 2017202085 이윤지 (lamlyg)
  • 팀원 2017202093 최유림 (ChoiYuLim)
  • Project execution period : 2020.06.01~2020.06.19

Development Environment

OS

  • Windows 10

Client

  • JavaScript
  • ReactJS
  • NodeJS
  • Express
  • MongoDB

API


Installation

  1. package.json이 있는 상위폴더에서
npm install

에러시,

npm install --global --production windows-build-tools
  1. cd client
npm install
  1. server > config > dev.js 추가
    추가 후, mongoDB URL 코드 추가

cd ..

  1. dropzone 설치
npm install react-dropzone --save
  1. multer 설치
npm install --save multer
  1. React-image-gallery
npm install react-image-gallery
  1. Paypal download
npm install --save react-paypal-express-checkout

Application Architecture

Database Diagram

image

UI

HOME

image

JOIN & LOGIN

image

image

image

image

image

image

Member information inquiry

  • 구매자 (Buyer) image

  • 관리자 및 판매자 (Manager & Seller) image

Product registration (seller)

image

image

image

Sales Status (seller)

image

Product inquiry

image

image

Product reviews

image

Purchase & Check purchase history

image

image

image

image

image

image

Recommended products

image

Best products

image

New products

image

Search

image

Filter 01 (by Category)

image

Filter 02 (by CheckBox)

image

Slider in Product images

image

Cart

image

Result

Demo

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •