Skip to content

materiahq/materia-todo

Repository files navigation

Materia Todo

Simple todo application to list your tasks

Screenshot

Materia Todo is a Materia sample application.

Prerequisites

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.

Installation

You just need to clone the repository

git clone git@github.com:materiahq/materia-todo.git
cd materia-todo

Start the server

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:

Installation