Skip to content

CS307 Database 2023 Fall Course Project Part II (SUSTC Company) with score 98/100

License

Notifications You must be signed in to change notification settings

wLUOw/CS307_23F_Project_Part2

Repository files navigation

CS307_23F_Project_Part2

CS307 数据库原理2023秋季 Project Part 2

得分 98/100

Project 说明及要求:https://github.com/hezean/sustc

小组成员及分工

Report.md

项目结构

CS307_23F_Project_Part2
├── docs
├── pic
├── sql
│   └── tables.sql
├── sustc-api                                              
│   ├── build.gradle.kts                                   
│   └── src/main/java
│                └── io.sustc
│                    ├── dto                               
│                    │   └── *User.java                    
│                    └── service                           
│                        ├── *Service.java
│                        └── impl                          
│                            └── *ServiceImpl.java
├── sustc-runner                                          
│   ├── compose.yml                                        
│   ├── data                                              
│   └── src/main
│           ├── java
│           │   └── io.sustc
│           │       └── command                            
│           │           └── UserCommand.java
│           └── resources
│               └── application.yml 
├── * (related to gradle)
├── README.md
├── LICENSE
└── .gitignore

完成任务列表

  • 数据库设计

  • 建表 sql

  • E-R 图

  • 完成 DatabaseService 实现类

  • 完成 UserService 实现类

  • 完成 VideoService 实现类

  • 完成 DanmuService 实现类

  • 完成 RecommenderService 实现类

  • 导入数据多线程优化

  • 密码加密存入

  • BV 生成算法

About

CS307 Database 2023 Fall Course Project Part II (SUSTC Company) with score 98/100

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published