Giter VIP home page Giter VIP logo

eladin's Introduction

Eladin 도서 판매 서비스

엘라딘 로고

1. 서비스 개요

1-1. Topic

도서 구매 웹사이트

1-2. Service Name

Eladin(엘라딘)

1-3. Goal

기존 알라딘 사이트의 UX/UI 개선

1-4. Objective

기존 알라딘 사이트의 양탄자 배송에서 착안하여 사용자의 빠른 주문 및 배송이 가능하도록 단순화된 UI와 최소한의 기능 제공

1-5. Target User

복잡한 절차 없이 도서를 빨리 구매하고 싶은 사람

2. 서비스 설명

2-1. 서비스 도메인

🔗 https://eladin-lgurfdxfjq-du.a.run.app/

⚠ 현재 서버가 내려간 상태입니다. (22.11.27 ~)

2-2. 테스트 계정

Role ID PW
Admin [email protected] 12345678
User [email protected] python3!

2-3. API 문서

image
🔗 https://documenter.getpostman.com/view/18622149/2s8YRqjqCg

2-4. 서비스 주요 기능

제품 등록, 장바구니 추가, 주문하기 등 쇼핑몰의 핵심 서비스 구현

  1. 회원가입, 로그인, 회원정보 수정, 회원탈퇴 등 유저 정보 관련 CRUD
  2. JWT 토큰: 서버 DB가 아닌 프론트단(sessionStorage)에서 저장 및 관리
  3. 카테고리에 따른 도서 목록, 도서 상세 정보 조회
  4. 장바구니 도서 조회, 도서 추가, 일부/전체 선택, 일부/전체 삭제 등 장바구니 관련 CRUD
  5. 장바구니: 서버 DB가 아닌 프론트단(localStorage)에서 저장 및 관리
  6. 장바구니에서 주문 목록 조회, 주문 완료 후 주문 정보 조회 및 삭제
  7. 관리자: 주문, 카테고리, 도서 CRUD

2-5. 페이지별 화면

image image
메인 페이지 회원가입 페이지
image image
로그인 페이지 카테고리별 도서 리스트 페이지
image image
도서 상세 정보 페이지 장바구니 페이지
image image
주문 페이지(장바구니 페이지 하단) 주문 완료 모달
image image
마이페이지 관리자페이지

3. 기술 스택

3-1. Language

image

3-2. Front-End

  • CSS Framework
    image
  • Data storage
    image image

3-3. Back-End

image image
image
image image

4. 프로젝트 구조

4-1. 인프라 구조

4-2. 폴더 구조

  • Front-End: src/views 폴더
  • Back-End: src/views 이외 폴더 전체
  • Running: 프론트, 백 동시에 express로 실행
  • Directory tree
┌─db
│  ├─models
│  └─schemas
├─middlewares
├─routers
├─services
└─views
    ├─admin-page
    │  ├─component
    │  │  └─eventFn
    │  │      ├─categoryFn
    │  │      ├─ItemFn
    │  │      └─orderFn
    │  ├─image
    │  └─pages
    │      ├─add_item
    │      │  └─component
    │      │      └─eventFn
    │      └─modify_item
    │          └─component
    │              └─eventFn
    ├─cart
    │  ├─component
    │  │  └─eventFn
    │  ├─image
    │  └─util
    ├─category-booklist
    │  ├─components
    │  │  └─eventFn
    │  └─image
    ├─home
    │  └─image
    ├─login
    │  ├─component
    │  └─image
    ├─my-page
    │  ├─component
    │  │  └─eventFn
    │  ├─image
    │  └─page
    │      └─component
    │          └─eventFn
    ├─nav
    │  └─component
    ├─product-detail
    │  ├─component
    │  │  └─eventFn
    │  ├─data
    │  ├─image
    │  └─util
    └─register
        ├─component
        │  └─eventFn
        └─image

5. 팀원 소개

이름 담당
윤동주 팀장 프론트엔드
김유정 프론트엔드
김혜민 백엔드
서윤지 백엔드
이수빈 프론트엔드

6. 실행 방법

6-1. 레포지토리를 클론하고자 하는 디렉토리에서 아래 명령어 수행

git clone https://github.com/dongjooyun/Eladin.git

6-2. 클론한 디렉토리에서 backend 디렉토리로 들어가 아래 명령어를 통해 Backend에서 필요한 module 설치

npm install

6-3. 최상위 폴더에 .env 생성 및 아래 내용 기입

MONGODB_URL=mongodb+srv://ming:[email protected]/?retryWrites=true&w=majority
PORT=8000

6-4. Express 앱 실행

npm start

7. Version

0.0.1

eladin's People

Contributors

codeblue007 avatar darkenpeng avatar jeongola avatar dongjooyun avatar pansgraphy avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.