To build from code use pip to install the dependencies
$ pip install -r requirements.txt
Then to run the client run the following command:
$ python app.py
The app will ask you to set credentials for the access token. You will be prompted to set a username and password. Kindly do that before your procceed ahead.
Next this will print out somthing like:
* Serving Flask app 'api'
* Debug mode: on
WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
* Running on all addresses (0.0.0.0)
* Running on http://127.0.0.1:5096
This means that the server has started and is serving on port 5096 of your computer. To view the client open the following address on your favorite web browser: http://127.0.0.1:5096