Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.32 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.32 KB

MiraMDM

Overview

This is a Mobile Device Management (MDM) system with the objective of providing a software solution that allows organizations to manage, secure, and monitor mobile devices within their network. It enables IT administrators to enforce security policies, deploy applications, and ensure compliance across various devices

Setup on you local

  • Fork the repository
  • Clone the forked repository
  • Edit postgres credential in application.prop file to your local credential
  • Run application

Structure

Project Structure

Directory Description
src/main/frontend/ Client-side source directory
    index.html HTML template
    index.ts Frontend entrypoint
    main-layout.ts Main layout Web Component (optional)
    views/ UI views Web Components (TypeScript / HTML)
    styles/ Styles directory (CSS)
src/main/java/<groupId>/ Server-side source directory
    Application.java Server entrypoint
    AppShell.java application-shell configuration