Skip to content

A mini project scrapes etsy.com links and saves product info to database

Notifications You must be signed in to change notification settings

uvyscengiz/etsy-scrapper-mini-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Etsy Scrapper Mini Project

This is a mini project that I wrote in about 2 days.

Run THe Project:

  1. Install the dependencies

    npm install or yarn install

  2. Start docker containers

    docker-compose up

Frontend TechStack:

A basic SPA for using the api.

  • React
  • NextJS (for routing and SSR support)
  • react-query

Backend TechStack:

A basic REST api to be used by frontend.

  • NestJS
  • MikroOrm
  • MongoDB

About

A mini project scrapes etsy.com links and saves product info to database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published