Local URL: http://127.00.1
Default PORT: 8000
POST /product
GET /product Available parameters: query=, retailer=, limit=
GET /basket/{ShopperId}
PUT /basket/{ShopperId} Info required in JSON: {"items":[{"ProductId": example id, "quantity": example number}]}
DELETE /basket/{ShopperId}
GET /tokens/speech-to-text
GET /tokens/text-to-speech
- Rename .env-sample to .env
- Enter the SECRET_KEY value inside the .env file
make build
make run
python manage.py loaddata MockSupermarketDataset.json