Commit 63948005bf062c056134639e14d5257a71f9cda0

Authored by ly525
1 parent 3b271928

update README

README.en.md
... ... @@ -42,8 +42,8 @@ English | [简体中文](./README.md)
42 42  
43 43 ### Technology Stack (current)
44 44 1. Front end: Vue.js
45   - 2. Back End: Adonis.js
46   - 3. Storage: MongoDB
  45 + 2. Back End: Strapi
  46 + 3. Storage: Sqlite
47 47  
48 48 ### Installs
49 49 > proj: project root path
... ...
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 +```
... ...