How can I start building a digital archive for my family’s memories?

0
1
Asked By CuriousExplorer42 On

I'm excited to create a digital archive to preserve my family's photos, films, and collections. As a complete beginner, I want to implement a custom tagging system to sort these assets based on specific parameters. My goal is to keep it as a standalone application on a local server, but I'm also considering a website option if I can secure it effectively against potential threats. What programming languages should I start learning for this? What options do I have to achieve my desired setup?

3 Answers

Answered By DataKeeper67 On

Storing everything locally is definitely a smart move for both security and cost. There are open-source solutions out there that can help you with tagging and organizing your data without starting from scratch. If you still want to dive into building it yourself, you might want to look into using React for the frontend and pick a backend option you feel comfortable with. Just remember, using existing software can save you a lot of headaches compared to reinventing the wheel from day one.

Answered By PhotoFanatic88 On

That sounds like a really cool project! But as a newbie, it might be a bit overwhelming to tackle everything at once. Why not try existing photo management software first? You can explore their features to understand what you really need before deciding whether it's worth spending months learning to build something custom.

Answered By TechieNomad23 On

You're venturing into competitive territory with giants like Google and iCloud already offering similar services. But if your focus is on creating a user interface that links images—like tagging them with names—it could be rewarding. Just be mindful of any legal aspects that might arise from trying to replicate what those services do.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.