maas-alliance / apis

Example APIs designed to support the MaaS ecosystem.
Apache License 2.0
4 stars 4 forks source link

apis

Example APIs designed to support the MaaS ecosystem.

Running the server

To run this server, use the following steps:

  1. clone this repository
  2. activate a Python 3 virtual environment
  3. install the requirements.txt
    • pip install -r requirements.txt
  4. change directory into the mock_server module
  5. run python app.py

Accessing documentation UI

Once the server is running, you can view the interactive documentation at localhost:8080/ui/.