/productos-paraguay

Ecommerce site built with Nuxt js in order to display products gathered using the product scraper.

Primary LanguageJavaScript

Paraguay Supermarket Products Showcase

A website showcasing a demo of scraped products from Superseis, a major supermarket in Paraguay. This project was built to demonstrate the use of web scraping, UI design, and cloud deployment.

🌐 Live Demo

Check out the live website here: productos-paraguay.vercel.app

🛠️ Tech Stack

  • Front-End Framework: Solid JS
  • Styling: Tailwind CSS
  • Database: Supabase with Postgres
  • Cloud Provider: Vercel for frontend, AWS for backend services
  • Dataset: Scraped from Superseis. A more complete dataset is available on Kaggle.

📊 Dataset

This project uses a curated dataset of supermarket products scraped from Superseis in Paraguay. If you're interested in exploring the full dataset, you can find it on Kaggle.

🚀 Features

  • Display a collection of supermarket products scraped from Superseis
  • User-friendly and responsive UI built with Solid JS and styled using Tailwind CSS
  • Supabase and Postgres provide a robust and scalable backend
  • Deployed using Vercel and AWS for cloud services

💡 Installation & Setup

  1. Clone the repository:
   git clone https://github.com/your-username/your-repo-name.git
  1. Install dependencies:
  npm install
  1. Set up environment variables for Supabase and Postgres. If you want to host this by yourself, you'll have to spin up your database on Supabase as the code is written with that in mind.
  2. Start the development server:
  npm run dev

📦 Deployment

This project is deployed using Vercel for frontend hosting, while AWS handles backend services. For your own deployment, follow the instructions provided by Vercel and AWS.