A Linked Connections Server Faker written in Python 3 and Tornado.
This server is meant for developers who wants to test and reproduce issues with their Linked Connections application.
You can also use this server perfectly in a CI environment by providing the necessary data in the connections and events folders.
- Clone this repository
- Run
pip3 install -r requirements.txt - Launch the server:
cd lc-server-faker && python3 main.py - Enjoy! The server is available at:
127.0.0.1:8080