An educational project to host a website with UI for interaction with a database. The data for the database was an actual family tree for (very) distant relatives to my family, going back as far as the 1600s.
Server is offline, but the code I wrote is kept here.
- My own Intel NUC with a i3 (6th gen).
- Free DNS using https://www.noip.com/
- Free HTTPS certificate management using https://letsencrypt.org/
- Webserver hosted using NGINX
- MySQL database holding data about relatives and their relations
- UI written in HTML/CSS with use of https://www.w3schools.com/w3css/default.asp
- Database interactions (search, add and remove entries) using PHP