An open API service indexing awesome lists of open source software.

https://github.com/tablelandnetwork/example-todo-app

The mandatory todo app built with Tableland
https://github.com/tablelandnetwork/example-todo-app

Last synced: about 1 year ago
JSON representation

The mandatory todo app built with Tableland

Awesome Lists containing this project

README

          

# tableland-todo

The initial goal of this project is to serve as a base level POC for Tableland.

![arch diagram](https://github.com/tablelandnetwork/example-apps/blob/main/tableland-todo/utils/todos-arch-diagram.png?raw=true)

### This is a Nuxt Project

For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).

quickstart:

```bash
# install dependencies
$ npm install

# set validator address, default is http://localhost:8545
$ export VALIDATOR=http://tableland.com

# serve with hot reload at localhost:3000
$ npm run dev

# generate static project
$ npm run generate

# after generate serve the static project locally
$ npx nuxt start
```