Files
Krow-workspace/admin-web
bwnyasse cf2a2d89d9 feat(admin-web): add KROW logo and title to admin console
feat(admin-web): display environment badge in admin console
feat(admin-web): configure Nginx for SPA and copy config
fix(Makefile): fix typo in CR_ADMIN_IMAGE_URI variable assignment
feat(firebase): update launchpad title to "Launchpad"
2025-11-16 08:54:11 -05:00
..

Krow Admin Console

This is the central administration web application for the Krow platform, built with React and Vite.

Overview

The Krow Admin Console provides a secure and centralized interface for platform administrators to perform high-level management tasks. Its primary functions are:

  • User Ecosystem Management: Invite, view, and manage access for all users across the platform (Clients, Operators, Vendors, etc.).
  • Platform Health Monitoring: Get a high-level overview of system activity, usage, and performance.
  • Diagnostics and Troubleshooting: Access system logs for maintenance and issue resolution.

Features

  • Dashboard: A central hub displaying key platform metrics like total users, active vendors, and pending invitations.
  • User Management: A complete interface to invite new users and manage existing ones, including role assignments.
  • Analytics: A view of application usage statistics, such as top users and most visited pages.
  • Logs Explorer: A simple tool to monitor and filter system logs for diagnostics.

Getting Started

  1. Navigate to the admin-web directory:
    cd admin-web
    
  2. Install the dependencies:
    npm install
    
  3. Start the development server:
    npm run dev
    

The application will be available at http://localhost:5173/admin-web/.