/LittleLemon

Back-End Developer Capstone

Primary LanguagePython

restaurant/menu/ - GET POST(auth)
restaurant/menu/{menuId} - GET DELETE(auth)
restaurant/booking/tables - GET(auth) POST(auth)
restaurant/booking/tables/{bookingId}/ - GET(auth) PATCH(auth) PUT(auth) DELETE(auth)

restaurant/ - Static Page

admin/ - Admin

api-token-auth/ - POST (Get Token)

Djoser:
auth/token/login
auth/token/logout
auth/users
...