This project is for fast files and folder searching , built in file or folder encrption and decryption.
-
Encrypt or Decrypt files and folder.
-
Caching for selected paths.
-
Fast file and folder search
- client: Interface to view, select, and manage files and folders.
- server: Handles all operations realted to files and folders.
Clone the project
git clone https://github.com/Anshalll/file_explorer.gitGo to the server directory
cd server- create a virtual environment.
pip install -r requirements.txt python main.py
now go to client directory
cd clientInstall dependencies
npm installstart the server
npm startAlso run the redis server if you want.
And all set.