history
history copied to clipboard
Your personal photos/videos history story boarded and scrapbooked with albums and galleries. Associate media with meta data including geocode, caption, descriptions, articles...
history
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
Demonstration site https://history.domaindesign.ca/
Project Status:
Service | Status |
---|---|
CI | ![]() |
Dependencies | |
Security | |
Test Coverage | |
License |
Installation
Development
- Node.js v16 LTS Download
- Folder app both the backend and frontend using Next.js
- Install project dependencies
npm ci
- Start web server
npm run dev
- View address in browser (printed in terminal on successful load)
Legacy Development
- 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)
Environment configuration
- Create a
.env
file in the project root - To enable Dropbox for hosting photos place Dropbox API v2 access token
HISTORY_DROPBOX_ACCESS_TOKEN=
Changelog of releases
See CHANGELOG
Contributing to this open-source project
See CONTRIBUTING
Copyright
See LICENSE