A high-performance RFC scraper built using Go Fiber, Nuxt.js, and Geziyor (a Golang web scraping package). This project efficiently scrapes RFC documents from the web and serves them via a RESTful API, making them easily accessible and manageable through a modern front-end interface.
git clone https://github.com/Hasan-Kilici/rfc-search .
cd backend
go get
go run .
cd frontend
npm i
npm run dev