Flexport is Distributed Web-Based File Manager
First of all you should put this repo to the root accessable directory of your server.
You also should run this app from root, because of PAM authentication.
TODO
TODO
Install dependencies
cd frontend
npm install
Run development server
npm run dev
Install dependencies
cd backend
pip install -r requirements.txt
Run development server
uvicorn main:app --host 0.0.0.0 --port 8009 --reload
- Structurize code
- Add tests
- Add deployment instructions and scripts
- Fix some bad CSS
- Handle folder management