This is an open-source Devportal frontend built with React. It provides a multi-API management interface, designed to work with Strapi.io
- Node.js:
18.20.8
Set up the following environment variables in a .env file:
| Variable | Description |
|---|---|
VITE_APP_STRAPI_URL |
URL of the Strapi backend |
PORT |
Port on which the frontend runs |
VITE_APP_REMEMBER_KEY |
Key for remembering user settings |
| Variable | Description |
|---|---|
VITE_APP_AZURE_APIM_URL |
Azure API Management URL |
VITE_APP_AZURE_SUBSCRIPTION_ID |
Azure subscription ID |
VITE_APP_AZURE_RESOURCE_GROUP_NAME |
Azure resource group name |
VITE_APP_AZURE_SERVICE_NAME |
Azure API service name |
VITE_APP_AZURE_APIM_ADMIN_API_VERSION |
Azure APIM admin API version (commented) |
npm install
docker-compose up -d --build