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
- Fork the repository
- Clone the forked repository
- Edit postgres credential in application.prop file to your local credential
- Run application
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 |