Skip to content

jabraham0301/website-scraping

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Tech stack

  • React
  • Express
  • Puppeteer
  • Material UI
  • Docker (optional)

Pre-Requisites

  • Ubuntu 20.0.4 LTS (if you work in windows,find equivalent commands)
  • Nodejs (16.x.x)
  • Docker (optional if you want spin docker containers)

Run

Clone repository:

$ git clone https://github.com/jabraham0301/test-seminuevos-dot-com.git

Install node_modules:

$ cd test-seminuevos-dot-com
$ cd server && npm i
$ cd client && npm i

Crear un archivo .env para las variables de entorno, en este caso las credenciales de la cuenta en la que se van a hacer los posts:

$ touch server/config/.env

Ejemplo de .env:

ACCOUNT_EMAIL="your_email"
ACCOUNT_PASSWORD="your_password"

Ejecutar los servicios:

$ cd server && npm run start
$ cd client && npm run start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published