Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 790 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 790 Bytes

Sight By Sight - Backend

for 2021 Winter Madcamp Week03


DB Schema

image


URL Path

주소 주소 설명
admin/ Admin page
user/ signup/ 회원가입
login/ 로그인
logout/ 로그아웃
getUsers/ 유저 정보 전체(GET)
theaters/ 영화관 정보
reviews/ posts/ post
posts/int:pk edit, delete
list/ 전체 글 목록

Contributor