Heritage Keeper is a web application dedicated to save your all family memories in one place. All your memories will be saved and transmitted to your next generations in a fully organized way based in your family members; and grouping memories into albums. ...
- List, create, update and delete your core family members. Each family member contains its
nameandparentage.
- Create memories. Each memory represents a snapshot of a particular moment of your life. Each memory contains its
image,description, taggedfamily membersanddate. - Display memories in a grid gallery.
- Display tagged
family membersin memory. - Download single memory as a image file.
- Show memory details.
- Delete memory.
- Create albums. Each album represents a group of
memories; so user will be able to organize related memories into its own albums. Each album contains itstitle,description,date, andmemories. - Display albums in a grid gallery.
- Download album's memories as a zip file.
- Update albums.
- Delete album.
- Albums can be visualized in a custom presentation view; so user can show their created albums as a slides view.
- The album visualization can be shareable; so user can share the visualization link publicly.
- Copy this repository (
git clone https://github.com/juanzenn/codicon-24.git) - Install project dependencies (
npm install) - Copy the
.env.examplefile in a new file named.envand fill the environment variables with yours - Push database schema to your database (
npx prisma db push) - Generate database types for develpment (
npx prisma generate) - Run web application (
npm run dev)
Copyright 2024 JAP Software
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
