Product filtering example with next.js & drizzle orm
product-filtering-demo.3.mp4
-
clone the repo
git clone https://github.com/scape76.com/product-filtering-example
-
install dependencies
pnpm install
-
create a .env file using .env.example
-
run
./start-database.sh
. This will create a new docker container and run it on specified (in .env) port -
- if you don't have docker engine installed, see this
-
run
pnpm db:seed-cozy
to seed the database -
start the app
pnpm dev
-
play around with it, I don't think my implementation is the best one could think of, so pull requests are exteremely welcome!