SmartBudol is an intelligent web platform for side-by-side product comparisons across Shopee and Lazada using a web scraping API.
This is a Next.js project bootstrapped with create-next-app.
First, clone the repository and install the dependencies:
git clone https://github.com/j4rmenkell/SmartBudol.git
cd SmartBudol
npm installNext, create a .env.local file in the project root and add your configuration credentials:
NEXT_PUBLIC_SUPABASE_URL=your_supabase_project_url
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY=your_supabase_publishable_key
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
APIFY_API_TOKEN=your_apify_api_tokenThen, run the development server:
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying the files in the app directory. The page auto-updates as you edit the files.
To learn more about the technologies used in this project, take a look at the following resources: