Fetch the repository succeeded.
https://www.yuque.com/quyuan-w1et4/awzlgk
高效的后端开发模板, 通过 graphql 自动化生成大部分API
更多的介绍可参见: 高效的后端API开发模板-illuminant
docker pull postgres:12
docker pull hasura/graphql-engine:v1.3.2
目前, 本工程主要是一个后端工程的模板, 在 /route.go 中有各类示例用的API(包括login, upload, download, graphql等等),
后续准备完善认证, 权限相关内容, 以及管理后台的页面
整体及illuminant内部结构
# 下载代码
git clone https://gitee.com/wangyubin/illuminant.git
# 安装golang的依赖
cd illuminant
go mod tidy # 安装依赖包
# 直接从脚本安装
curl https://gitee.com/wangyubin/illuminant/raw/dev/create-project.sh | /bin/bash -s YOU_PROJECT_NAME
启动之后, 默认在 8000
端口提供API服务.
后端主要嫁接了hasura 的接口, 具体可以参照: https://hasura.io/
Sign in for post a comment
Activity
Community
Health
Trend
Influence
:Code submit frequency
:React/respond to issue & PR etc.
:Well-balanced team members and collaboration
:Recent popularity of project
:Star counts, download counts etc.
Comments ( 0 )