-
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!
-
Notifications
You must be signed in to change notification settings - Fork 0
z-riley/wurdsearch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Web crawler and search engine
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published