Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
DanaCoding committed Jan 9, 2022
1 parent 314fb56 commit 7233bdf
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
@@ -1,2 +1,22 @@
# hello-adonis
Adonis api 服务器,数据库选用的是 MySQL

# 前提

电脑安装了 MySQL 5.7.35

# 安装

```base
yarn
```

# 启动开发服务器

```base
node ace serve --watch
```

# 测试从数据库获取到的数据

浏览器/Postman 访问 `localhost:3333/api`

0 comments on commit 7233bdf

Please sign in to comment.