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 v18 LTS Download
- 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)
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 v12 Download
- Folder api is the backend; ui is the frontend
- Install project dependencies
npm ci
- Optional configuration
- Start web server
npm start
- View address in browser (printed in terminal on successful load)
- Create a
.env
file in the project root - To enable Dropbox for hosting photos place Dropbox API v2 access token
HISTORY_DROPBOX_ACCESS_TOKEN=
See CHANGELOG
See CONTRIBUTING
See LICENSE