Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 571 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 571 Bytes

rfc-search

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 .

Backend

cd backend
go get
go run .

Frontend

cd frontend
npm i
npm run dev

Preview

resim