theDebonair / lms_desktop

A LMS [lms_django] desktop app built on Electron framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LMS

Desktop application for Library Management System [lms_django] project. This app is developed to provide LMS users to access LMS web app on their desktops. Made possible using Electron framework.

Things to know:

  • IDE: VS Code
  • Language: JS

Prerequisites:

  • Node JS
  • Electron Framework

How to build:

  • Run the following commands:
mkdir LMS && cd LMS
npm init
  • The interactive init command will prompt you to set some fields in your config.
npm install --save-dev electron
npm start
  • Distribution of the package can be done using Electron Forge. To install,
npm install --save-dev @electron-forge/cli
npx electron-forge import
  • To build,
npm run make

P.S:

  • Feel free to make suggestions, report bugs on this project's discussions tab.

About

A LMS [lms_django] desktop app built on Electron framework.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%