This is a companion program for Undulating Jigsaw Puzzles. It enables an administrator to create new puzzles and edit or delete puzzles and users.
(The administrator username is hardcoded to be admin with password admin.)
This is a desktop app built with Angular, Materialize, and Electron.
To showcase the fact that it is a desktop app, the program uses native OS menus and also accesses the local file system to list the available images.
Edit readImageDirectory.js and modify the path
variable to point to the
Undulating Jigsaw Puzzle image directory on your machine.
(Note: in order to support the native
file system scenario, both the Undulating Jigsaw Puzzle server and
the Undulating Jigsaw Editor must run on the same machine.)
npm start
npm run electron-packager ./