Post

[CRUD Practice] 간단한 쇼핑몰 만들기

쇼핑몰 프로젝트 설계

Frontend : vue.js

Backend : spring boot

DBMS : mysql 구현사항 ( Request ) 물건 게시글 작성/수정/삭제 (CRUD)

가격 설정 가능( 가능하면 세일기능도 ) set price (sale)

허위게시글 신고 기능 reporting 회원 로그인 기능 rogin

댓글기능 (가격 제안 기능) comment DB Structure single schema : Market Table

Member

Posting 게시글에 사진 올렸을 때 사진 저장방식 ( when cusomers upload IMG file , saveing method ) If client uploads IMG file from vue.js , Server API will save IMG file to Goole Cloud Storge.

And I will save IMG_Path in DB 로그인 했을때 로그인 상태 관리 JWT

vuex 추후 개선사항 비밀번호 암호화 해서 넘기기 : spring PasswordEncoder

This post is licensed under CC BY 4.0 by the author.