Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Misc: Update Readme to be more user friendly | Baitinq | 2022-11-08 | 1 | -13/+83 |
| | |||||
* | Readme: Improve run instructions with frontend auto-open | Baitinq | 2022-11-06 | 1 | -6/+1 |
| | |||||
* | Indexer: Switch back to not serving frontend with actix | Baitinq | 2022-11-05 | 1 | -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 actix | Baitinq | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | Misc: Update build/run instructions | Baitinq | 2022-10-24 | 1 | -2/+4 |
| | | | | Now show how to run each module + yew frontend | ||||
* | Initial Commit! | Baitinq | 2022-10-19 | 1 | -0/+27 |
This is the initial commit for this experiment of a search engine. I hope I can learn a lot from this! |