16 Star 1 Fork 0

思特沃克数字平台在线学习系统 / growth-note-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
马欢欢 提交于 2018-08-24 13:58 . [HuanHuan][]: Modify README file

growth-note-app

一 启动tws-config-server

(进入 tws-config-server 根目录)

    ./gradlew bootRun

二 启动后端

(进入 growth-note-app 根目录)

1.创建数据库

手动创建数据库:PractiseDiary

2.初始化数据库表结构

    cd backend
    ./gradlew flywayMigrate

3.启动后端

    cd backend
    ./gradlew bootRun

三 启动前端

(进入 quiz-center 根目录)

    cd web
    npm i
    npm start

备注:项目启动后,会报错,但是不影响开发,因为需要查询通知信息,启动tws-notification后端即可解决报错。

1
https://gitee.com/tws-system/growth-note-app.git
git@gitee.com:tws-system/growth-note-app.git
tws-system
growth-note-app
growth-note-app
master

搜索帮助