Little Lemon API Restaurant Project - Meta Back-End Developer Professional Certificate
This repository includes the Capstone Project in the Meta Back-End Developer Certificate offered by Meta through Coursera.
The Capstone project enables you to demonstrate multiple skills by solving an authentic real-world problem. You’ll test your abilities in full-stack back-end development in a real-life scenario by composing a Django web app.
Request Type: POST
| GET
http://localhost:8000/auth/users/
params = username
, email
& password
Request Type: POST
http://localhost:8000/auth/token/login/
params = password
& username
Request Type: POST
http://localhost:8000/auth/token/logout/
params = username
& passsword
Request Type: POST
http://localhost:8000/restaurant/booking/tables/
params = name
, guests
& booking_date
Request Type: GET
| POST
| PUT
http://localhost:8000/restaurant/menu-items/
&
http://localhost:8000/restaurant/menu-items/1
params = name
, price
& quantity