MICO-Admin UI

The MICO-Admin UI uses the Angular framework (v7) with the Angular Material component library.

local testing

To run the frontend locally first install all dependencys and the start the development server.

cd mico-admin
npm install
npm run start

Then open http://localhost:4200 in your browser.

Hint

The frontend (in development mode) expects the backend at http://localhost:8080. You can use kubectl to forward traffic to a backend running in a cluster.

configuration

The backend api url can be set in the /mico-admin/src/environments/environment.ts.

The docker container uses the environment variable MICO_REST_API to setup a forwarding proxy in nginx.