Your personal history storyboarded with photo and video albums. Associate photos with their meta data including geocode, caption... in XML albums.
- Enhanced privacy as photos are stored locally not in the cloud
- Plot thumbnails on a map
- Includes administration tools for XML generation
Service | Status |
---|---|
Deployed | TEST |
Security | |
Test Coverage | |
License |
- Node.js via nvm
- Install project dependencies
npm ci
npm run dev
will standup both the frontend and backend- View address in browser (printed in terminal on successful load)
- Start the image classifier in /apps/api for the Admin > Edit Album page
npm run build
Bundle JavaScript files, and pre-compilenpm start
Run built app- View address in browser (printed in terminal on successful load)
- Node.js v20 via nvm
- Folder api is for editing album using React/jQuery
- Install project dependencies
npm ci
- Start web server
npm start
- View address in browser (printed in terminal on successful load)
See CHANGELOG
See CONTRIBUTING
See LICENSE