Skip to content

Joel-T-George/smart_gcs

Repository files navigation

Smart GCS

Smart GCS is a desktop application built with Electron and React. It provides a user interface for managing and visualizing data.

Architecture

The application consists of the following main components:

  • Electron App: The main Electron application.
  • React UI: The React-based user interface.
  • Electron Backend: The Electron backend code.
  • Dashboard View: The main dashboard view.
  • Map View: The map view.
  • API Manager: The API manager module.

The following diagram illustrates the project architecture:

graph LR
    Electron[Electron App] --> ReactUI[React UI];
    Electron --> Backend[Electron Backend];
    ReactUI --> Dashboard[Dashboard View];
    ReactUI --> Map[Map View];
    Backend --> APIManager[API Manager];
Loading

Running the application

  npm install
  npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published