Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2주차 미션 / 서버 1조 주민석 #2

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Commits on Mar 26, 2024

  1. Feat: return index.html

    localhost 혹은 localhost/index.html로 접속하는 경우, index.html로 라우팅
    emes-g committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1487673 View commit details
    Browse the repository at this point in the history
  2. Feat: sign up in 'GET' method

    GET 방식으로 회원 가입하고 /index.html로 리다이렉트
    emes-g committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    43982a0 View commit details
    Browse the repository at this point in the history
  3. Feat: sign up in 'POST' method

    POST 방식으로 회원 가입하고 /index.html로 리다이렉트
    emes-g committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3906898 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ce9940 View commit details
    Browse the repository at this point in the history
  5. Feat: login and save cookie

    로그인 기능과 쿠키 저장 기능 구현
    emes-g committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    9a8173e View commit details
    Browse the repository at this point in the history
  6. Feat: apply css

    emes-g committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    894d3d1 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Feat: set cookie path and print userList

    1. 기존 Cookie Path가 /user에 한정되어서, 홈 경로(/)로 수정
    2. 로그인 상태일 경우, 유저 리스트 출력
    3. 비로그인 상태일 경우, 로그인 화면으로 이동
    emes-g committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3e95242 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a89f06f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    41e541d View commit details
    Browse the repository at this point in the history
  2. Refactor: remove duplicate code

    null을 처리하는 방식을 try-catch에서 !=로 변경
    emes-g committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5b6c6da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1eb93c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d73452 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e3c97e View commit details
    Browse the repository at this point in the history
  6. Test: test that request message is separated well

    request message를 RequestHandler에서 분리 가능한가를 테스트하는 코드 작성
    emes-g committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    262aaeb View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Revert "Test: test that request message is separated well"

    정답 코드와 비교하면서 리팩토링을 해보기 위함
    emes-g committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    60c9f18 View commit details
    Browse the repository at this point in the history
  2. Revert "Refactor: add enum class(HttpMethod, URL)"

    정답 코드와 비교하면서 리팩토링을 해보기 위함
    emes-g committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    913ec5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd822f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    8d5fb47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb94580 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f4264d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ca1732 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d07440 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    18f3d59 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    07342cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9d6d11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c39a067 View commit details
    Browse the repository at this point in the history