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