Commit 63948005bf062c056134639e14d5257a71f9cda0
1 parent
3b271928
update README
Showing
3 changed files
with
16 additions
and
7 deletions
README.en.md
README.md
| ... | ... | @@ -47,8 +47,8 @@ |
| 47 | 47 | |
| 48 | 48 | ### 技术栈(当前) |
| 49 | 49 | 1. 前端:[Vue.js](https://vuejs.org/v2/guide/) |
| 50 | -2. 后端:[Adonis.js](https://adonisjs.com) | |
| 51 | -3. 存储:[MongoDB](https://mongodb.com) | |
| 50 | +2. 后端:[Strapi](https://strapi.io/) | |
| 51 | +3. 存储:[Sqlite](https://mongodb.com) | |
| 52 | 52 | |
| 53 | 53 | |
| 54 | 54 | ### 安装 |
| ... | ... | @@ -64,7 +64,7 @@ |
| 64 | 64 | --- |
| 65 | 65 | |
| 66 | 66 | ### 交流群 (#!en Join Discussion Group) |
| 67 | -扫描二维码加入 钉钉讨论组 或点击 [群邀请链接](https://qr.dingtalk.com/action/joingroup?code=v1,k1,ga4PURIUr/kGsO3/LsZbBP3rXosUgjV6IuCmpLsyqds=&_dt_no_comment=1&origin=11) | |
| 67 | +扫描二维码加入 钉钉讨论组 或点击 [群邀请链接](https://qr.dingtalk.com/action/joingroup?code=v1,k1,ga4PURIUr/kGsO3/LsZbBP3rXosUgjV6IuCmpLsyqds=&_dt_no_comment=1&origin=11) | |
| 68 | 68 | |
| 69 | 69 | #!en: Scan the QR code using [Dingtalk App](https://www.dingtalk.com) to join in discussion group : |
| 70 | 70 | ... | ... |
back-end/h5-api/README.md
| 1 | -# Strapi application | |
| 1 | +## The api for Luban-H5 powered by [Strapi](https://github.com/strapi/strapi/) | |
| 2 | 2 | |
| 3 | -A quick description of your strapi application | |
| 3 | +## roject setup | |
| 4 | + | |
| 5 | +```bash | |
| 6 | +# install strapi globally | |
| 7 | +npm install strapi@beta -g | |
| 8 | + | |
| 9 | +# default database is sqlite3(h5-api/.tmp/data.db) | |
| 10 | +yarn install | |
| 11 | +strapi develop # visit http://locahost:1337/admin | |
| 12 | +``` | ... | ... |