Simple todo application to list your tasks
Materia Todo is a Materia sample application.
You need to install Materia to run this application (through Materia Server (CLI) or Materia Designer (Mac & Windows application))
Materia Server
npm install -g materia-server
Materia Designer
Go to getmateria.com and grab the latest version.
You just need to clone the repository
git clone git@github.com:materiahq/materia-todo.git
cd materia-todo
npm run start
Or using global @materia/server:
materia start
By default, this application is configured to run with SQLite to ease the installation process but you can configure it on PostgreSQL or MySQL too.
You can also run it using Materia Designer: