Download the repository and then enter python3 main.py
in the terminal to run.
View the API docs here: https://pycontrolapi.us-south.cf.appdomain.cloud/api-docs
Prerequisites:
To run the API locally:
- Navigate to the API folder to run
npm install
node server.js
- Your API will be running at
localhost:3000