How to Start Server and Call APIs Using Postman
Steps to Start the Server:
- Install Xbot-Cloud by cloning the repository:
git clone https://gitlab.com/signalx/xbot/xbot-cloud - Navigate to the Xbot-Cloud directory:
cd xbot-cloud - Start the database Docker container:
docker-compose up -d db - Once the database is running, go to the Microchecks directory:
cd ../microchecks-backend - 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.