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

Feature/#1 web server #37

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

qlsdud0604
Copy link

자바 웹 프로그래밍 Next Step 3장 요구사항 실습

주석 위치 변경
index.html 파일을 응답하도록 로직 추가
GET 방식으로 회원가입을 요청한 사용자의 정보 출력
POST 방식의 회원가입 요청을 위해 form 태그의 method 속성을 post로 변경
POST 방식으로 회원가입을 요청한 사용자의 정보를 출력
회원가입 완료 후 /index.html 경로로 이동하도록 302 status code 적용
회원가입을 한 사용자가 로그인을 수행할 수 있도록 로직 추가
로그인 사용자에게 회원가입 사용자 목록을 출력하는 로직 추가
CSS 요청에 응답하는 로직 추가
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant