This angular 5 web app parses recipes from the "Tispy Bartender" and allows users to input ingredients they have at home to see which of his drinks they can make.
mkdir tipsyappcd tipsyappgit clone https://github.com/nelsondude/tipsyapp_backend.gitgit clone https://github.com/nelsondude/tipsyapp_client.gitcd tipsyapp_client && npm installng build --prod --output-path ../tipsyapp_backend/tipsyapp/static/ang/ --output-hashing nonecd ../tipsyapp_backendpython3 install pipenvpipenv shellpip install -r requirements.txtpython manage.py runserver
ng build --prod --output-path ../tipsyapp_backend/tipsyapp/static/ang/ --output-hashing nonecd ../tipsyapp_backendgit add . && git commit -m "Message here"git push origin master- master push triggers heroku build