run the following command in the app root-folder.
pip install -r requirements.txt
run the following command in the folder where package-lock.json is located (/kitchenapp/vue_frontend/). This will install add required node modules.
npm install
run the following command from /kitchenapp/vue_frontend/
npm run serve
run the following command from /kitchenapp
python manage.py runserver