Implemented a set of REST-based APIs that effectively manage a coffee order processing logic. The scenario is based on the article published by Jim Webber and others in How to GET a Cup of Coffee :https://www.infoq.com/articles/webber-rest-workflow
// README.txt Student ID: Name: Yuyou Xu
Overview A set of REST-based APIs that effectively manage a coffee order processing logic.
Dependencies
- Python 3.6
- Flask-RESTful
- Pycharm
- Restlet Client
Installation Guide
- unzip the service.zip.
- use Pycharm to import and execute this project by running service.py.
- read the documentation file to have a rough idea of this API.
- use Restlet Client to interact with this web API.
- Any confusions, please refer to the documentaion file to find solutions.
Additions Business Scenario: https://www.infoq.com/articles/webber-rest-workflow Restlet Client download: https://restlet.com/modules/client?utm_source=DHC