Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.stresspilot.zeann3th.com/llms.txt

Use this file to discover all available pages before exploring further.

This guide will help you get your first test project up and running.

Prerequisites

1. Clone the Repository

git clone https://github.com/zeann3th/StressPilot.git
cd StressPilot

2. Start Core Services

Use the provided Docker Compose (if available) or start the services individually.
# Start Plugin Service (Rust)
cd plugin_service
cargo run

# Start Core Service (Java)
cd ../stresspilot
./mvnw spring-boot:run

3. Launch the Super App

cd ../stresspilot_super_app
flutter run

4. Create Your First Project

  1. Open the Super App.
  2. Navigate to the Projects tab.
  3. Click on the + button to create a new project.
  4. Give it a name and description.
  5. Start adding endpoints and test flows!