A file manager web app with Django rest framework in backend and Vue.js in frontend with ag-grid data tables integration.
A file manager web app with Django rest framework in backend and Vue.js in frontend with ag-grid data tables integration.
There is a medium blog post that I explained in detail as a tutorial how I built it:
See requirements.txt for more information.
git clone https://github.com/talented/FileManager.git
cd FileManager
(OSX)
python3 -m venv .env
(Linux)
virtualenv .env
. .env/bin/Activate
pip install -r requirements.txt
npm install
npm run build
python manage.py migrate
python manage.py runserver