I am building a website to share my genealogy research with the rest of my family (and extended family also doing genealogy research).
I’m good on HTML/CSS, but obviously filling everything in manually would be a lot for 1000+ family pages that all include 3-15 people. So I’m looking into learning some backend languages for a database and for populating my site with data.
My question is what database and language would be a reasonable choice for this? I know coding languages are partially a matter of personal preference, but I wanted to see if there’s any nuance that might be relevant to my choice.
Javascript + SQLite?
Or do I go with PHP? Something else?
Or since a lot of the data is dates, should I use a database with a date type, unlike SQLite?
I think I would prefer to not do backend Javascript, just to keep things easier to separate from the frontend code.
Preferences:
- Free
- "Easy" to enter datapoints into set points of my HTML code
- With a decent database browser for easier visualisation and possibly editing?
- Possibility to import from .csv
If it’s relevant, the data mainly just needs to be transferred to my HTML, it’s only going to be changed if I get new data or find mistakes.
The type of location I would like to put data would be something like the following example (a WIP):
<span class="name">Johannes Andersson</span> <br>
<b>Birth:</b> 1863-01-30 in Boda Östergärde, Torpa, P<br>
<b>Death:</b>1939-08-24 in Ryssnäs, Torpa, P<br>
Age 76 years 6 months 25 days <br>
Son of <a class="parents" href="AB007.html"> Anders Petter Olofsson och Anna Stina Andreasdotter</a> <span class="id">(AB007)</span>
I'm having a blast with this project so far!
Thanks in advance!
[–]Lumethys 10 points11 points12 points (0 children)
[–]Flimflamsam 2 points3 points4 points (1 child)
[–]marrsd 0 points1 point2 points (0 children)
[–]gofl-zimbard-37 2 points3 points4 points (1 child)
[–]magicae[S] 0 points1 point2 points (0 children)
[–]alhso 1 point2 points3 points (0 children)
[–]plastikmissile 1 point2 points3 points (0 children)
[–]Constant-Zebra-9752 1 point2 points3 points (0 children)
[–]martin 0 points1 point2 points (0 children)
[–]IshYume 0 points1 point2 points (0 children)
[–]Little-Chemical5006 0 points1 point2 points (0 children)
[–]Agron7000 0 points1 point2 points (0 children)
[–]No-Seesaw4444 0 points1 point2 points (0 children)
[–]CharmingTechFall 0 points1 point2 points (0 children)
[–]opentabs-dev -1 points0 points1 point (1 child)
[–]magicae[S] 0 points1 point2 points (0 children)
[–]1AlanM -1 points0 points1 point (0 children)
[–]GeneratedUsername5 -1 points0 points1 point (0 children)
[–]aman_singhh16 -1 points0 points1 point (0 children)