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
- Host: GitHub
- URL: https://github.com/marc-aurele-besner/composedb-webapp-example
- Owner: marc-aurele-besner
- License: mit
- Created: 2023-04-30T00:47:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T11:25:42.000Z (7 months ago)
- Last Synced: 2025-02-07T09:19:04.304Z (4 months ago)
- Language: TypeScript
- Size: 505 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
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
```