Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.46 KB

index.rst

File metadata and controls

57 lines (37 loc) · 1.46 KB

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 :program:`kubectl` to forward traffic to a backend running in a cluster.

configuration

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

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

Documentation of Core Components

.. toctree::
   ts/index


Mockups

Design Decisions