about summary refs log tree commit diff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Misc: Update Readme to be more user friendlyBaitinq2022-11-081-13/+83
|
* Readme: Improve run instructions with frontend auto-openBaitinq2022-11-061-6/+1
|
* Indexer: Switch back to not serving frontend with actixBaitinq2022-11-051-1/+6
| | | | | | | This previously caused the frontend to be unresponsive when the crawler was passing results to the indexer. Now the frontend is again independently served by trunk and the api by actix, which makes them separate processes and the frontend can remain responsive.
* Indexer+Frontend: Integrate with actixBaitinq2022-11-051-1/+1
|
* Misc: Update build/run instructionsBaitinq2022-10-241-2/+4
| | | | Now show how to run each module + yew frontend
* Initial Commit!Baitinq2022-10-191-0/+27
This is the initial commit for this experiment of a search engine. I hope I can learn a lot from this!