Re: creating a todo app in less than 2 minutes (pil-mithril-scaffold)

2016-09-16 Thread rick
On Thu, 15 Sep 2016 18:13 -0400, Joe Bogner wrote:
> I've created a new demo of using PicoLisp with mithril to quickly
> prototype apps.
> 
> The key feature is a scaffolding which generates crud operations and
> forms for any +ApiEntity
> 
> https://github.com/joebo/pil-mithril-scaffold/blob/master/README.md

Coming along nicely!  Can't wait for the next version of midipix pil64
to couple with this.
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe


creating a todo app in less than 2 minutes (pil-mithril-scaffold)

2016-09-15 Thread Joe Bogner
I've created a new demo of using PicoLisp with mithril to quickly prototype
apps.

The key feature is a scaffolding which generates crud operations and forms
for any +ApiEntity

https://github.com/joebo/pil-mithril-scaffold/blob/master/README.md

Create a todo app in less than 2 minutes (cheated a bit by copy pasting),
but the entire app should is less than 50 lines of application-specific
code.

It includes login, session management, a todo list and the ability to pick
a tag for a todo.

Next up I may create a blog or simple CRM app

Not ready for production yet, but great for prototyping

More to come!

Joe