Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 518 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 518 Bytes

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/.