# SomeBankBackend **Repository Path**: moonfeather/some-bank-backend ## Basic Information - **Project Name**: SomeBankBackend - **Description**: 数据库课设SomeBank后端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-16 - **Last Updated**: 2025-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用方法 ## 克隆仓库 ```shell git clone https://gitee.com/moonfeather/some-bank.git cd some-bank ``` ## 导入数据库 ```shell cd sql mysql -u root -p < ./import_all.sql ```