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

https://github.com/marc-aurele-besner/composedb-webapp-example

Small example of a web app using composeDB
https://github.com/marc-aurele-besner/composedb-webapp-example

Last synced: about 2 months ago
JSON representation

Small example of a web app using composeDB

Awesome Lists containing this project

README

        

# composedb-webapp-example

This is a simple Next.js & ComposeDB playground for experimenting with Ceramic and and ComposeDB.
It create a simple to-do web app that uses ComposeDB to store the data.

## Getting Started

Install dependencies:

```bash
pnpm install
```

Build the composite and the Ceramic node in parallel:

```bash
pnpm build
```

Start the Next.js app (and composeDB):

```bash
pnpm dev
```