Skip to content

Sumin0411/NeverLookBack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

0. Getting Started (시작하기)




1. Project Overview (프로젝트 개요)

  • 프로젝트 이름: NeverLookBack
  • 프로젝트 설명: 시험지 생성 및 시험 응시 플랫폼
  • 개발 기간 : 2025.01.27 ~ 2025.02.1


2. Team Members (팀원 및 팀 소개)

김수민 백인권 이지수 홍윤기
나 인권님 지수님 윤기님
- 마이페이지, 운영자 파트 구현
- 응시자 결과확인 파트 구현
- UI/UX 설계
- RDB/NOSQL 설계
- 시험 생성, 응시 파트 구현
- 응시자 답안 상세보기 구현
- 회원/검색 기능 설계
- 회원가입, 로그인 파트 구현
- TDD/SAGA/Grafana 설계
- 통계, 내가 생성한 시험,
나의 응시한 시험 파트 구현
GitHub GitHub GitHub GitHub


3. Key Features (주요 기능)

  • 회원가입:

    • 회원가입 시 DB에 유저정보가 등록됩니다.
  • 로그인:

    • 사용자 인증 정보를 통해 로그인합니다.

수정중입니다.



4. Technology Stack (기술 스택)

Image

5. Project Structure (프로젝트 구조)

📦 
└─ src
   ├─ main
   │  ├─ java
   │  │  └─ com
   │  │     └─ nlb
   │  │        ├─ aop
   │  │        ├─ controller
   │  │        ├─ dto
   │  │        │  ├─ request
   │  │        │  └─ response
   │  │        ├─ exception
   │  │        ├─ mapper
   │  │        ├─ service
   │  │        ├─ util
   │  │        └─ vo
   │  ├─ resources
   │  │  ├─ google-mail-config.properties
   │  │  ├─ log4j.xml
   │  │  ├─ mail-config.xml
   │  │  ├─ mapper
   │  │  └─ mybatis-config.xml
   │  └─ webapp
   │     ├─ WEB-INF
   │     │  ├─ root-context.xml
   │     │  ├─ servlet-context.xml
   │     │  └─ web.xml
   │     ├─ assets
   │     │  └─ fonts
   │     ├─ css
   │     ├─ grafana-test.jsp
   │     ├─ home.jsp
   │     ├─ images
   │     └─ jsp
   │        ├─ admin
   │        ├─ exam
   │        ├─ exam_search.jsp
   │        ├─ login_info
   │        ├─ my_page.jsp
   │        ├─ new_main.jsp
   │        ├─ page_edit.jsp
   │        ├─ recent_search.jsp
   │        ├─ register.jsp
   │        ├─ search_filter.jsp
   │        ├─ sidebar.jsp
   │        └─ unregister_user.jsp
   └─ test


6. 세부 기능

수정중입니다.

About

시험 생성 / 응시 플랫폼

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 81.3%
  • CSS 18.7%