- 后端 Go + Gin + gqlgen
- 后端管理界面 React + Redux + React-Router + Axios + TailwindCSS
- 前端 Angular + Angular Material 2 + apollo-angular
- 小程序(miniapp) taro + react + redux +apollo-client(apollo-upload-client) + Nutui
- 部署,使用nginx进行部署
// GET
/restful/accounts
// POST
/restful/account/create
/restful/admin/signin
// DELETE
/restful/account/delete/:id
see in /playground
or api test tool graphql mode (/graphql
)
环境变量默认存在于environment
中,进行配置的默认初始化。
配置文件见 ./nginx.conf