tonydiep / electron-photo-manager-oracledb

Rewrite of electron-photo-manager using OracleDB as backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OracleDB photo organizer built around Electron

Overview

This is a rewrite of my previous faculty project, this time using OracleDB instead of SQLite. As required by my faculty project specifications, most of the functionality has been moved to PL/SQL stored procedures and triggers. Tested on Windows 7.

Part of a faculty project. Simple photo organizer built around Electron. Caution: rough around the edges.

Aimed at managing locally-stored photos, with a simplistic and vintage look.

Photos can be:

  • organized in albums
  • searched through
  • tagged with people
  • tagged with locations
  • rated

The app uses:

  • OracleDB database for storing data, which does not include the actual photos, but rather the paths to the photos. (via the node-oracledb package)
  • JQuery

What it cannot do for now

This is mostly intented to be a proof-of-concept, so for now it is impossible to:

  • rename people, places or albums
  • set properties for more items at once

Screenshots

Electron SQLite manager Electron SQLite manager Electron SQLite manager Electron SQLite manager Electron SQLite manager

Installing

npm install should now be enough.

About

Rewrite of electron-photo-manager using OracleDB as backend


Languages

Language:JavaScript 61.7%Language:PLSQL 25.5%Language:CSS 7.5%Language:HTML 5.3%