-
Make sure MongoDB is installed and running on port 27017.
-
Crawl some websites with
go run crawler/cmd/main.go. Set up the seed websites and crawl depth inmain.go -
Index the crawled data:
go run indexer/cmd/main.go -
Start the backend:
go run search/cmd/main.go -
Start the frontend:
cd frontend && npm install && npm run dev -
Visit http://localhost:5173 to use Wurdsearch!
z-riley/wurdsearch
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|