This is a template using the folowing stacks.
- Vite
- Framework - Vue 3
- Language - TypeScript
- Database - PostgresQL
- Components style - Tailwindcss
- Deployment - Vercel
- Auth - Supabase
- Linting - ESLint
- Formatting - Prettier
git clone https://github.com/jeffubayi/presta-dashboard
npm i
npm run dev
- List ,Add, Edit and Delete customers.
- Filter customers by Label, Branch and Sales Rep
- Search customers by Name, phone number, and email.
- Pagination
- Uses supabase-js to interact with the PostgresQL database, listen to database changes, invoke node Edge Functions, build login and user management functionality,