Skip to content

dennis0324/jebi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


갈피끈 로고

버전 배지 코드 크기 배지 라이선스 배지

'갈피끈'은 JavaFXCloud Firestore로 만든 도서 관리 소프트웨어입니다.


주요 기능

  • 로그인, 회원 가입, 이메일 및 비밀번호 찾기 기능 지원
  • 사용자 계정을 일반 계정과 관리자 계정으로 분류, 일반 계정에는 제한된 기능만 부여
  • 관리자 계정을 통한 사용자 및 도서 데이터를 실시간으로 생성, 수정 및 삭제 가능

스크린샷

로그인 기능

스크린샷 보기

image

회원 가입 기능

스크린샷 보기

image

도서 대출 기능

스크린샷 보기

image

사용자 관리 기능

스크린샷 보기

image

사용자 정보 수정 기능

스크린샷 보기

image

도서 정보 수정 기능

스크린샷 보기

image

빌드 방법

$ git clone https://github.com/dennis0324/jebi && cd jebi
$ mvn compile package

라이선스

GNU General Public License, version 3

Copyright (c) 2022, Dennis Ko (https://github.com/dennis0324)
Copyright (c) 2022, Jaedeok Kim (https://github.com/jdeokkim)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.