https://documenter.getpostman.com/view/29745115/2sA3e5dnyn
Create a project directory
mkdir sigma-api
Go to the project directory
cd sigma-api
Clone the repository
git clone https://github.com/lohithgsk/sigma-api
run the following command to start the server.
python app.py
The default port is set to 5001
, so, the API is online at http://127.0.0.1:5001/<end-point>