This application contains two parts:
- file-manager-api for handling backend of application made using python.
- file-manger-ui for handling ui side of application made using react.
File manager apis made using python and python based flask framework as backend for FileManger ApplicationS
- Install latest version of Python by downloading the installer from url https://www.python.org/downloads/
*Note: Make sure to add add python path in path variable by checking the checkbox in installer
- Execute below list of commands inside File-Manager-Api folder:
pip install flask
pip install flask-cors
Excute below command inside File-Manager-Api folder.
python Apis.py
Fronend for file manager application
- install node version > 10
Execute command npm install in root of the project( FILE-MANAGER-UI ) to install dependencies.
Execute command npm start in root of the project( FILE-MANAGER-UI ) to start project. Apllication can be accesed in url http://localhost:3000/
- React
- React-router
- Formik
- React-dropzone
- Yup
- sementic-ui-react