Coder Social home page Coder Social logo

front_vuejs's Introduction

Vacation Program

개발환경

  • Window10
  • VueJs + npm
  • Java8 + SpringBoot
  • JPA + QueryDsl
  • MySql with Docker
  • Gradle, Lombok
  • TuiGrid, Full-Calendar

빌드 및 실행 : 순서대로 빌드 및 실행

  • Database

    • 실행 dir : /database
    • docker-compose up -d
  • BackEnd

    • 실행 dir : /app/app
    • gradlew build && java -jar build/libs/app-0.0.1-SNAPSHOT.jar
  • FrontEnd

    • 실행 dir : /frontend
    • npm install
    • npm run dev

기능 요구사항

  • 연차신청
    • 기간(FROM, TO)과 보유연차와 전일/반차 입력 받아 신청
    • 입력한 기간 보다 잔여 연차 부족 시, "잔여 연차 부족" 이라는 alert 표시
  • 연차취소
  • 연차통계 표시
    • 보유연차(일)/사용연차(일)/잔여연차(일)로 구성
    • 신청/취소시 자동 갱신
  • 신청/취소된 연차목록 표시
    • 기간, 일수, 신청일, 상태 표시. 취소
    • 신청/취소시 자동 갱신
  • 달력 UI 상에서 연차휴가 조회할 수 있는 화면
    • 신청된 휴가에 대해 달력 UI 상에 이름과 전일/반차 구분 표시

기술 요구사항

  • Backend 와 Frontend 어플리케이션을 하나의 git repository 에서 관리
  • README.md 파일에 간략한 실행방법 기재 필요
  • VueJs + (css프레임워크) + (npm 패키지 구성 및 빌드)
  • Java + SpringBoot + JPA or Mybatis + Maven or Gradle
  • MySql with Docker + 테이블 정의서

UML

테이블_관계도_V0 0

기타

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.