An open API service indexing awesome lists of open source software.

https://github.com/supercll/trello

trello任务管理系统-一个vue+koa+ts+mysql的全栈项目
https://github.com/supercll/trello

koa mysql typescript vue

Last synced: 2 months ago
JSON representation

trello任务管理系统-一个vue+koa+ts+mysql的全栈项目

Awesome Lists containing this project

README

          

## 初始化/重构数据库

进入backend文件夹

初始化数据库及其种子

```
npm run db:init
```

重构数据库

```
npm run db:redo
```

## 启动项目

后端进入backend文件夹

```
npm run dev
```

前端进入frontend/vueapp

```
npm run serve
```