liu115 / fs-browser-vue-flask

Use your web browser to navigate the file system.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web based file browser using vuejs and flask

Use your web browser to navigate the file system. NOTE: Use is locally only. Do not expose the server to the internet for safety reason.

Install

Client side

  1. Install nodejs >= 18
  2. Install the npm packages
cd client
npm install
  1. Build the js codes in watch mode. This will automatically rebuild everytime the code has new changes.
npm run watch

Server side

  1. Create a python env
conda install Flask Flask-Cors
cd server
python app.py
  1. Check 127.0.0.1:8081

About

Use your web browser to navigate the file system.


Languages

Language:JavaScript 38.3%Language:Vue 37.4%Language:CSS 12.5%Language:HTML 6.2%Language:Python 5.6%