demo-python Simple RESTful API and web client. Requirements: pipenv Setup pipenv --python 3 pipenv shell pipenv install API Server Running on your local cd api ./start.sh Running Client cd client ./start.sh