May-21-2020, 12:37 PM
Hi,
I've done a little PHP and Python Programming in the past. Now as a newbie in this field (Thread subject) I want to build a simple webapp for a private purpose and I was wondering how to move forward.
It would be a website listing my family members and when clicking on a family ... we have the details (Family's name, address, phone ...).
I'm working on Ubuntu 20 and I've already installed mariadb and flask(and ran a simple route to see "hello world".
).
My concerns are:
- How can I populate my database from my csv file and get the result in the template home.html?
- How to make the result look something like this?
Newbie
I've done a little PHP and Python Programming in the past. Now as a newbie in this field (Thread subject) I want to build a simple webapp for a private purpose and I was wondering how to move forward.
It would be a website listing my family members and when clicking on a family ... we have the details (Family's name, address, phone ...).
I'm working on Ubuntu 20 and I've already installed mariadb and flask(and ran a simple route to see "hello world".

My concerns are:
- How can I populate my database from my csv file and get the result in the template home.html?
- How to make the result look something like this?
(photo) Family 1 (photo) Family 2 (photo) Family 3 ... and when clicking on a Family, I get (photo) Family 1 Name: Family 1 Address: abc Phone: 12345 (photo) Family 2 (photo) Family 3 . . .Any tips/hints/steps and help will really be appreciated
Newbie