kapitancho / walnut-lang-todotask-demo

A showcase of the Walnut language using the typical Todo App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Walnut Lang TodoTask Demo

This is a showcase of the Walnut language. It uses the popular TodoTask to show the language capabilities.

Installation

Clone the repository and run the following commands:

$ composer install

Start

The easiest way to start the demo is to run it in a Docker container, use the following commands:

$ docker compose build
$ docker compose up -d

Frontend

Depending on the configuration the frontend is available at http://localhost/walnut-lang-todotask-demo/public/index.html

API

The service is available at http://localhost:8073/

About

A showcase of the Walnut language using the typical Todo App

License:MIT License


Languages

Language:Squirrel 73.9%Language:JavaScript 17.8%Language:HTML 3.4%Language:PHP 3.1%Language:CSS 1.8%Language:Dockerfile 0.1%