This project is developed using Python and Flask, for loading, creating indicies for all
the directories available in local system, and finally allows user to search the file by name.
It is connected to database, thus allows to search the file first in database, if not found goes to local directory, all operations are performed in multi-threading.
- Python 3
- Flask
- SQLAlchemy
- Sqlite