- Docker
- Python 3.11
pip install -r requirements.txt
Under the project directory
for windows with PowerShell run:
.\start.ps1
for linux with bash run:
./start.sh
- auth/users/ (POST)
- auth/token/login/ (POST)
- api-token-auth/ (POST)
- auth/users/me
- api/menu/ (GET)
- api/menu/{id} (GET)
- restaurant/booking/tables/ (GET)
- restaurant/booking/tables/ (POST)