DEV Community

Loïc Poullain
Loïc Poullain

Posted on

4 2

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)

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free →

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay