modulepackage
0.0.0-20240602103835-8dfe7e4792a2
Repository: https://github.com/imvalerio/goscraper.git
Documentation: pkg.go.dev
# README
GoScraper
A user-friendly web application built with Go that enables you to effortlessly scrape static websites. Perfect for extracting and collecting data from any static web page with ease.
The stack used to build this app is the following:
- React
- Golang
- Redis
- Docker
Installation
Clone the repository and install dependencies:
git clone https://github.com/ImValerio/goscraper.git
cd goscraper
if you want to run the app in development mode, run the following command:
docker compose up --build
Instead if you want to run the app in production mode, run the following command:
docker compose -f docker-compose.prod.yml up --build -d
# Structs
No description provided by the author
No description provided by the author
No description provided by the author