-
Notifications
You must be signed in to change notification settings - Fork 1
Project File Structure
Tim Schwab edited this page Apr 18, 2019
·
2 revisions
Keeps the Redis install .msi for Windows Redis installs
Stores the code for the client-side page. Mostly Vue files.
Stores the sheets and the settings.
Install scripts for Redis for Windows, OSX, and Linux.
Node files that respond to Electron IPC events. These files do not touch Redis, they merely handle the request and (usually) passes it straight to the Redis API.
There are also some infrastructure/Electron-specific code in here, such as routes.js and menu.js.
Files here do the work of manipulating, searching, getting, etc. the Redis data according to the requests from the user. It is a self-contained module that will probably be moved into its own repo some day.
Master file that sets up the app.