Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fitri-hy/electron-desktops-nodejs
Desktop application (base template) designed for NodeJS-based backoffice and data management needs.
https://github.com/fitri-hy/electron-desktops-nodejs
backoffice database ejs electron nodejs project sql-js sqlite tailwind-css template
Last synced: 3 months ago
JSON representation
Desktop application (base template) designed for NodeJS-based backoffice and data management needs.
- Host: GitHub
- URL: https://github.com/fitri-hy/electron-desktops-nodejs
- Owner: fitri-hy
- License: mit
- Created: 2024-08-02T10:07:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T03:57:51.000Z (6 months ago)
- Last Synced: 2024-09-29T07:21:07.365Z (4 months ago)
- Topics: backoffice, database, ejs, electron, nodejs, project, sql-js, sqlite, tailwind-css, template
- Language: JavaScript
- Homepage:
- Size: 31.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Office DataCentral
Office DataCentral is a desktop application template designed for backoffice and data management needs. Templates based on modern technologies such as Node.js and other support tools that provide a strong and flexible foundation for your backoffice applications. This template is ideal for developers who want to build desktop applications with complete backoffice functionality and a responsive user interface.
### Installation Templates
#### Installation:
- Clone the repository and run `npm install` to install all required dependencies.
- Run npm run `create-db` to manually create and initialize the SQLite database in `db/createDB.js`.#### Development:
- Use `npm run dev` to start the application in development mode with hot reloading and see changes live.#### Build:
- Run `npm run build` to build the application for distribution and generate installation files for various platforms. The application build results will be in the `build` folder and ready for production.#### Running Application:
- Use `npm start` to run Electron applications and access the basic backoffice template interface.