A simple file management system with Vue.js frontend and C++ backend.
git clone https://github.com/YifanTonyJu/File_Management_System.git
cd File_Management_System
./start_all.sh./quick_start.sh- Downloads needed libraries
- Builds the backend
- Installs frontend packages
- Starts the servers
- Checks if everything is ready
- Only builds what's missing
- Starts the servers quickly
- Downloads oatpp and json libraries
- Fixes them for this project
File_Management_System/
├── backend/ # C++ server
├── frontend/ # Vue.js website
├── start_all.sh # First time setup
├── quick_start.sh # Quick start
└── setup_third_party.sh # Library setup