# tws-instructor-web **Repository Path**: tws-system/tws-instructor-web ## Basic Information - **Project Name**: tws-instructor-web - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2018-06-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tws-instructor-web ### 一 启动 后端(course-center) (进入 course-center 根目录) ``` cd backend ./gradlew bootRun ``` ### 二 启动 训练营后台APP(tws-instructor-web) (进入 tws-instructor-web 根目录) ``` npm i npm start ``` + 启动添加program,topic,task和绑定试,注意设置topic 和task 为可见 + 进入数据库,在user-program 表和tutor-program表 中添加数据(userId:21,programID 在program 表中查看) 备注:项目启动后,会报错,但是不影响开发,因为需要查询通知信息,启动tws-notification后端即可解决报错。