Skip to content

zenstackhq/todo-demo-sqlite

Repository files navigation

A Collaborative Todo Sample

This project is a collaborative todo app built with Next.js, Next-Auth, and ZenStack.

In this fictitious app, users can be invited to workspaces where they can collaborate on todos. Public todo lists are visible to all members in the workspace.

See a live deployment at: https://zenstack-todo.vercel.app/.

Features:

  • User signup/signin
  • Creating workspaces and inviting members
  • Data isolation and permission control

Running the sample:

  1. Install dependencies
npm install
  1. Generate server and client-side code from model
npm run generate
  1. Synchronize database schma
npm run db:push
  1. Start dev server
npm run dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published