Home / demo
Name Modified Size InfoDownloads / Week
Parent folder
tat.html 2022-03-25 4.7 kB
micro.html 2022-03-25 4.8 kB
README 2022-03-25 1.2 kB
pierce.html 2022-03-25 5.1 kB
index.html 2022-03-25 1.2 kB
test_login.php 2022-03-24 767 Bytes
test_login.html 2022-03-24 3.9 kB
tat_post.php 2022-03-24 1.1 kB
query_lname.php 2022-03-24 935 Bytes
query_date.php 2022-03-24 929 Bytes
query_all.php 2022-03-24 831 Bytes
query.html 2022-03-24 3.0 kB
pierce_post.php 2022-03-24 1.1 kB
micro_post.php 2022-03-24 1.2 kB
image_upload.php 2022-03-24 1.5 kB
image_upload.html 2022-03-24 1.7 kB
home.html 2022-03-24 1.2 kB
close.php 2022-03-24 256 Bytes
Totals: 18 Items   35.4 kB 0
This was created as an example of what can be accomplished with simple tools like PHP and HTML5. 
All settings and files are customizable to your situation. 
Little programming knowledge is needed since the conventions and values used are fairly staightforward 
and easily searchable and explainable at w3schools, stackoverflow, postgresql.org and php.org. 
Otherwise you can hire someone to fiddle with it.:)
It works on the premise that work can be done through the internet or on the local lan simultaneously.

Requirements:

Linux(preferably)
nginX
Postgresql 10+
Php and Php-fpm *7.2 is current*
Apache Htpasswd (for restriciting folder access)

File Structure:

/var/www/html
     --/demo
       --/images

  When you have multiple users you can resrict access to each folder via htpasswd and place that in the default nginx template for the site.
     ie. ---/demo2
           ---/images
         ---/and so forth...

::NOTE:: www-data needs owner of the /images folder.

Prcoessing is straightforward also html<--->php<--->postrgesql.

Included is a sql dump for tables and user creation in the /sql folder to import into postgresql.

Enoy.

nullzero40@gmail.com

Source: README, updated 2022-03-25