- Pagination
- Debounce Search
- Sorting
- Filtering
- Caching
-
Simple : Demo
- Simple include all concepts on Dummy JSON API.
-
Advance : Demo
- Advance is build on top of Supabase + Drizzle ORM.
- Clone the repository
git clone https://github.com/SikandarJODD/youva
- Update your Database URL in
.env
file
# Replace with your DB credentials! Supabase DB URL
DATABASE_URL="postgres://user:password@host:port/db-name"
- Install the dependencies
pnpm install
- Migrate Schema to DB and add some dummy data
npx drizzle-kit migrate
- Run the project
pnpm dev