This is a SaaS implementation sample using the SaaSus SDK
See the documentation API implementation using SaaS Platform
git clone git@github.com:saasus-platform/implementation-sample-api-go.git
cd ./implementation-sample-api-go
cp .env.example .env
vi .env
# Set Env for SaaSus Platform API
# Get it in the SaaSus Admin Console
SAASUS_SAAS_ID="xxxxxxxxxx"
SAASUS_API_KEY="xxxxxxxxxx"
SAASUS_SECRET_KEY="xxxxxxxxxx"
# Save and exit
docker compose up -d
go run .