| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This project is a collaborative todo app built with [tRPC](https://trpc.io], 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/.
Setup a new PostgreSQL database
You can launch a PostgreSQL instance locally, or create one from a hoster like Supabase. Create a new database for this app, and set the connection string in .env file.
Install dependencies
npm installGenerate server and client-side code from model
npm run generateSynchronize database schma
npm run db:pushStart dev server
npm run devFor more information on using ZenStack, visit https://zenstack.dev.
| Back | FazBrowse Home | New Git URL |