A textboard written in Perl https://posttext.pl
Go to file
2022-07-26 23:15:18 -04:00
t Create a test; add some documentation 2022-07-22 18:43:01 -04:00
.gitignore Initial commit++ 2022-07-22 17:34:36 -04:00
AUTHORS Put some files in place for later; implement a basic Mojolicious::Lite app 2022-07-22 18:37:31 -04:00
cpanfile Put some files in place for later; implement a basic Mojolicious::Lite app 2022-07-22 18:37:31 -04:00
LICENSE Initial commit 2022-07-22 17:22:23 -04:00
PostText.pl Set executable bit 2022-07-26 17:11:17 -04:00
README.md Add a section for install instructions and another TODO 2022-07-26 23:15:18 -04:00

Post::Text

A textboard written in Perl

Installing locally

Install dependencies

$ cpanm --installdeps .

Running locally

Run it in development mode

$ morbo PostText.pl

Now try requesting http://localhost:3000

Testing

Run the tests locally (against development environment)

$ prove -l

TODOs

  1. Where is prototype lmao
  2. Implement threads