A textboard written in Perl https://posttext.pl
Go to file
2022-07-29 22:16:10 -04:00
lib/PostText/Model Implement Thread model 2022-07-28 21:13:26 -04:00
migrations/1 Implement migration 2022-07-29 22:15:14 -04:00
t Implement Thread model 2022-07-28 21:13:26 -04:00
templates Contruct a basic view template and layout 2022-07-28 20:44:47 -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 Implement Thread model 2022-07-28 21:13:26 -04:00
LICENSE Initial commit 2022-07-22 17:22:23 -04:00
PostText.pl Implement migration 2022-07-29 22:15:14 -04:00
README.md Updated TODOs 2022-07-29 22:16:10 -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. Moar tests...
  2. Route for creating threads