# tree -L 2
├── backend #flask backend
│ ├── app
│ ├── main.py
│ └── requirements.txt
├── frontend # React frontend
│ ├── README.md
│ ├── node_modules
│ ├── package-lock.json
│ ├── package.json
│ ├── public
│ ├── src
│ ├── tailwind.config.js
│ └── tsconfig.json
├── readme.md
└── upsun # Upsun Binary