Skip to content

Samagra-Anamaya/qli-admin

Folders and files

NameName
Last commit message
Last commit date
Nov 20, 2024
Apr 23, 2024
Jan 27, 2025
Apr 23, 2024
Apr 23, 2024
Feb 6, 2025
Jan 9, 2025
Jul 31, 2024
Apr 23, 2024
Apr 23, 2024
Aug 12, 2024
Feb 6, 2025
Feb 6, 2025

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