- Server: simvcce, flask
- Client: requests
-
The Server:
./webservice/server
-
The Client:
client.py
-
The Cycle Data:
./jsonmodel/*.json
Local Web Service
In the terminal of ./webservice/server
python app.py
Remote Web Service
In the terminal of ./webservice/
python client.py
or
curl https://simvcce.herokuapp.com/simvcce -d @./jsonmodel/ivcr_11_1.json --header "Content-Type: application/json"
Note: The URL in the above is Remote Web Service.
Flask
Requests