#webCrawler steps to run
- clone the repository in $go Path/src
- cd ../path/src
- go run main.go
Run postman.
- select POST Api option
- select Body
- select Raw -> Json. 4.{ "urls": ["https://google.com", "https://github.com"] }
- http://localhost:8081/api/crawl
- send.