2021-12-04 18:50:19 -05:00
2021-12-04 18:50:19 -05:00
2021-12-04 18:36:10 -05:00
2021-12-04 18:36:10 -05:00
2021-12-04 18:50:19 -05:00
2021-12-04 00:11:37 -05:00
2021-12-04 18:41:07 -05:00

guestbook-ng

The goal of guestbook-ng is to integrate across vendors and customers with full-service analytics insights by leveraging the latest in Perl Mojolicious blockchain technologies powered by AI.

DB Config

$ cat guestbook-ng.conf
{
    secrets => ['a_secret_here'],
    pg_user => 'guestbooker',
    pg_pw   => 'a_password_here',
    pg_db   => 'guestbook'
}

Testing

$ prove -l t/*.t
t/basic.t .. ok
All tests successful.
Files=1, Tests=6,  1 wallclock secs ( 0.04 usr  0.00 sys +  0.58 cusr  0.05 csys =  0.67 CPU)
Result: PASS

Add the -v option for more verbose output

TODOs

  1. Create hostname k/v pair in conf file
  2. Create rows in table
Description
No description provided
https://guestbook.swagg.net
Readme 544 KiB
Languages
Perl 83.9%
CSS 13.1%
Dockerfile 3%