Ecommerce Project

I was having issues with the CentOS 7 that I installed on a VirtualBox VM so I switched to Ubuntu on my personal laptop. After going steps by steps, I was unable to see the MariaDB database pictures from the ecom project. Can someone explain to me how to get those pictures uploaded onto my database please?
Ubuntu - I used Apache2 instead of httpd like Centos requested. Please, help…

Next subject,
I also would like to upload the project to my github account if possible so employers can see that I have been more hands on than just a textbook. I would gladly appreciate it.

Can you provide a link to the course? I didn’t see an ecommerce project in the Learning Linux Basics Course & Labs course. Generally images are stored in the filesystem and their location stored in the database. It is possible to store the images in the database as a blob, but I wouldn’t recommend it.

Also if you have 2 different questions I would put them in separate forum messages.

Basically if you go on GitHub and create a new repo it tells you how to upload existing code.