Files
oam/knowledge base/yaade.md

872 B

Yaade

Open-source, self-hosted collaborative API dev environment.

  1. TL;DR
  2. Further readings
    1. Sources

TL;DR

Setup
docker run -d --restart=always -p '9339:9339' \
  -e 'YAADE_ADMIN_USERNAME'='admin' -v 'yaade:/app/data' \
  --name 'yaade' 'esperotech/yaade:latest'

Further readings

Sources