-
Ensure you have Pipenv installed:
pip install pipenv
-
Install dependecies
pipenv install
-
Activate the virtual environment
pipenv shell
Alternatively, if you prefer not to use Pipenv:
pip install -r requirements.txt
Kindly use following for API Testing:
http://127.0.0.1:8000/restaurant/menu/
http://127.0.0.1:8000/restaurant/menu/1/
http://127.0.0.1:8000/restaurant/booking/