The frontend file is /src/app/page.tsx - 56 lines
The backend file is /src/app/api/search/route.ts - 44 lines
View the live app at: https://sase-app.vercel.app
- clone the repo
git clone https://github.com/ethanniser/sase-app.git
cd sase-app
- install dependencies (im using bun but you can use npm if you dont have bun installed)
bun i
npm i
- run the dev server
bun run dev
npm run dev