DEV Community

Loïc Poullain
Loïc Poullain

Posted on

Node.JS - Foal framework - How to create a simple to-do list

This tutorial shows how to create a basic web application with FoalTS. The demo application is a simple to-do list with which users can view, create and delete their tasks.

Plan:

  1. Installation
  2. Introduction
  3. The Todo Model
  4. The Shell Script create-todo
  5. The REST API
  6. Validation and Sanitization

Here is the text version.

And the source code.

Top comments (0)