Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 748 Bytes

File metadata and controls

17 lines (12 loc) · 748 Bytes

Product filtering example with next.js & drizzle orm

Demo

product-filtering-demo.3.mp4

How to run

  1. clone the repo git clone https://github.com/scape76.com/product-filtering-example

  2. install dependencies pnpm install

  3. create a .env file using .env.example

  4. run ./start-database.sh . This will create a new docker container and run it on specified (in .env) port

    1. if you don't have docker engine installed, see this
  5. run pnpm db:seed-cozy to seed the database

  6. start the app pnpm dev

  7. play around with it, I don't think my implementation is the best one could think of, so pull requests are exteremely welcome!