A personal search engine for you.
- express server api endpoints
- read data from files (pdf, docs, txt)
- read data from a specific folder on the local machine
- tokenize the data
- take input from the user and search for the results
- return the results in a good format
- show folder path on hover
- add crawler for websites
To run the app:
- run
npm i
- update the
store.json
file for any preferences. - run, to to start the express server
npm run dev
- go to the index.html file and open it with live server.
- have fun