Kinesis API is literally an API that is used to make APIs.
9.8K

Kinesis API is a powerful, all-in-one API development and management platform designed for modern teams. It provides a robust backend engine, a user-friendly web interface, and a comprehensive set of features for building, documenting, and managing APIs, data, tickets, blogs, localization, and more.
docker pull edgeking8100/kinesis-api:latest
mkdir -p data/ public/ translations/
echo "TMP_PASSWORD=yourSecurePassword" > .env
echo "API_URL=http://localhost:8080" >> .env
docker run --name kinesis-api \
-v $(pwd)/.env:/app/.env \
-v $(pwd)/data:/app/data \
-v $(pwd)/public:/app/public \
-v $(pwd)/translations:/app/translations \
-p 8080:8080 -d \
--restart unless-stopped \
edgeking8100/kinesis-api:latest
http://localhost:8080/webhttp://localhost:8080/app/data: Persistent storage for your database files./app/public: Persistent storage for uploaded media files./app/translations: Persistent storage for localization files.Build, manage, and scale your APIs with confidence using Kinesis API!
Content type
Image
Digest
sha256:b494c0d8f…
Size
124.1 MB
Last updated
about 14 hours ago
docker pull edgeking8100/kinesis-api