Skip to content

Samagra-Anamaya/qli-admin

Repository files navigation

QLI Admin

A basic admin panel built using react-admin that lets you log in and see a list of Metabase dashboards to open.

After a successful login, the user's authentication token, along with its expiration time, is stored in local storage. This token is included in the headers of requests to the /dashboard API to fetch Track dashboards and Indicator dashboards, which are displayed as buttons for users to access them.

Installation

Install the application dependencies by running:

npm install
# or
yarn install

Development

Start the application in development mode by running:

npm run dev
# or
yarn dev

Packages

No packages published

Contributors 5