templates.demos.todoList.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spincast-website Show documentation
Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
The newest version!
{#==========================================
Demos - TODO List
==========================================#}
{% extends "../demos.html" %}
{% block subSectionClasses %}demo_todo_list{% endblock %}
{% block meta_title %}Demo - TODO list{% endblock %}
{% block meta_description %}TODO list demo using Spincast{% endblock %}
{% block subBody %}
TODO List demo
Here you will find a Spincast implementation of the Todo-Backend specifications. Todobackend.com
showcases various backend tech stacks, by requiring them to implement a set of specifications in the form of
a classic TODO List application. This is a very good example of Spincast being used as a
REST web service.
-
You can try a live demo of the Spincast implementation here:
Spincast Todo-Backend app
-
You can
Run the specification tests.
-
The code
is on Github.
{% endblock %} © 2015 - 2025 Weber Informatics LLC | Privacy Policy
