Example APIs designed to support the MaaS ecosystem.
To run this server, use the following steps:
- clone this repository
- activate a Python 3 virtual environment
- install the
requirements.txt
pip install -r requirements.txt
- change directory into the
mock_server
module - run
python app.py
Once the server is running, you can view the interactive documentation at localhost:8080/ui/
.