Skip to content

feideng2010/little-lemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pre requirements

  • Docker
  • Python 3.11

Install require packages

pip install -r requirements.txt

To Start

Under the project directory

for windows with PowerShell run: .\start.ps1

for linux with bash run: ./start.sh

EndPoints

User End Points

Create User

  • auth/users/ (POST)

Obtain Token

  • auth/token/login/ (POST)

Alter Link for Obtain Token

  • api-token-auth/ (POST)

Current User

  • auth/users/me

Menu End Points

Menu List

  • api/menu/ (GET)

Single Menu Item

  • api/menu/{id} (GET)

Booking End Points

Booking List

  • restaurant/booking/tables/ (GET)

Booking Create

  • restaurant/booking/tables/ (POST)

About

This is the Meta Backend Developer Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published