Mobile | Sat May 10 20253,383 views
Todo App with Prisma
Get Started
- Watch the video for a step-by-step guide
- Create a Prisma Account
- Clone the repo
git clone https://github.com/betomoedano/todo-app-expo-prisma
- Install dependencies by running
bun install
- Create
.env
and.env.local
files and add your Prisma DB URL - Start the server by running
npx expo start
- Enjoy! 🚀