sparklist-minimal

Pure Nim score 15/100 · last commit 2022-01-11 · 2 stars · tests present · no docs generated

Summary

Latest Version Unknown
License Unknown
CI Status Failing
Stars 2
Forks 31
Open Issues 0
Last Commit 2022-01-11
Downloads 0
Last Indexed 2026-08-10 05:05

Installation

nimble install sparklist-minimal
choosenim install sparklist-minimal
git clone https://gitlab.com/uniteach/sparklist-minimal

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
sparklist-minimal - - - - - - -

README

SparkList Minimal

Intro

This is a simple application skeleton for teaching web applications in Java. We use: - Thymeleaf, HTML, CSS as view technologies - H2 SQL as database - And SparkJava as web framework

It does a simple TODO-List. What else.

Development

Branching

  • master: the main branch for the latest release of sparklist-minimal
  • master-minimalstyled: the main branch for the latest release of the styled sparklist.
  • develop: head for development
  • fx-abcde: feture branches

TODO

  • Put framework (sparklist basic) into this repo in a separate branch
  • cleanup