We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재 이 repository에는 간단한 게시판 django project가 준비되어 있습니다.
게시판 리스트 전체 조회 화면 (필수)
게시글 클릭 시 상세 조회 (필수)
cd backend python manage.py runserver
서버가 정상적으로 실행된 경우
게시글 리스트 전체 조회 방법 http://127.0.0.1:8000/api/post/ 로 가면 본인이 생성한 객체들을 json 형식으로 볼 수 있습니다.
게시글 생성 방법
게시글 상세 조회 방법
The text was updated successfully, but these errors were encountered:
No branches or pull requests
현재 기능
현재 이 repository에는 간단한 게시판 django project가 준비되어 있습니다.
이번 주 목표
게시판 리스트 전체 조회 화면 (필수)
게시글 클릭 시 상세 조회 (필수)
Django 관련 설명
서버가 정상적으로 실행된 경우
게시글 리스트 전체 조회 방법
http://127.0.0.1:8000/api/post/ 로 가면 본인이 생성한 객체들을 json 형식으로 볼 수 있습니다.
게시글 생성 방법
게시글 상세 조회 방법
상세조회한 모습
The text was updated successfully, but these errors were encountered: