Skip to main content

How to Start Server and Call APIs Using Postman

Steps to Start the Server:

  1. Install Xbot-Cloud by cloning the repository:
    git clone https://gitlab.com/signalx/xbot/xbot-cloud
  2. Navigate to the Xbot-Cloud directory:
    cd xbot-cloud
  3. Start the database Docker container:
    docker-compose up -d db
  4. Once the database is running, go to the Microchecks directory:
    cd ../microchecks-backend
  5. Start the Microchecks backend server:
    uvicorn server:app --reload --port 8003

Using Postman:

Once the server is up and running, you can use Postman to interact with the Microchecks API by sending HTTP requests to http://localhost:8003.