Skip to content

j4rmenkell/SmartBudol

Repository files navigation

SmartBudol

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.

Getting Started

First, clone the repository and install the dependencies:

git clone https://github.com/j4rmenkell/SmartBudol.git
cd SmartBudol
npm install

Next, 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_token

Then, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Open 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.

Learn More

To learn more about the technologies used in this project, take a look at the following resources:

About

NextJS application for Finals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors