PostText/README.md
2022-08-14 00:30:26 -04:00

424 B

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. Handle POST with no params (error)
  2. Moar tests...
  3. Pick a date format
  4. Moar tests!!