zero-to-graphql-using-buffalo:使用Buffalo Web Framework的GraphQL Server的示例实现

时间:2024-05-21 09:32:55
【文件属性】:

文件名称:zero-to-graphql-using-buffalo:使用Buffalo Web Framework的GraphQL Server的示例实现

文件大小:99KB

文件格式:ZIP

更新时间:2024-05-21 09:32:55

go graphql golang tutorial graphql-server

使用Buffalo零到GraphQL 本示例的目的是提供有关如何将Buffalo Web框架与GraphQL一起使用的详细信息。 因此,我创建了两个主要部分,应该可以自我解释:快速安装和教程安装。 入门 软件需求 PostgreSQL 10.4.0或更高版本 沟通 如果需要帮助,请使用 。 (标记“ graphql”) 如果您想问一个一般性的问题,请使用 。 如果发现错误,请打开一个问题。 如果您有功能请求,请打开一个问题。 如果您想贡献,请提交拉取请求。 快速安装 克隆此存储库 $ git clone git@github.com:conradwt/zero-to-graphql-using-buffalo.git 更改目录位置 $ cd /path/to/zero-to-graphql-using-buffalo 安装依赖 WIP 创建,迁移和播种数据库 $ buffalo


【文件预览】:
zero-to-graphql-using-buffalo-master
----.gitignore(136B)
----.babelrc(24B)
----Dockerfile(937B)
----.codeclimate.yml(273B)
----templates()
--------application.html(588B)
--------index.html(4KB)
--------_flash.html(414B)
--------people()
----package.json(1000B)
----grifts()
--------init.go(168B)
--------db.go(4KB)
----.dockerignore(25B)
----webpack.config.js(3KB)
----assets()
--------images()
--------js()
--------css()
----models()
--------person.go(2KB)
--------person_test.go(121B)
--------models_test.go(350B)
--------friendship_test.go(125B)
--------friendship.go(2KB)
--------models.go(371B)
----public()
--------robots.txt(26B)
----.buffalo.dev.yml(276B)
----database.yml(390B)
----main.go(917B)
----README.md(3KB)
----locales()
--------people.en-us.yaml(247B)
--------all.en-us.yaml(144B)
----migrations()
--------20180620085853_create_friendships.down.fizz(25B)
--------20180616094716_create_people.up.fizz(226B)
--------20180616094716_create_people.down.fizz(20B)
--------schema.sql(4KB)
--------20180620085853_create_friendships.up.fizz(163B)
----actions()
--------home.go(210B)
--------actions_test.go(361B)
--------people.go(6KB)
--------app.go(2KB)
--------people_test.go(610B)
--------home_test.go(169B)
--------render.go(603B)
----inflections.json(27B)
----fixtures()
--------sample.toml(742B)
----yarn.lock(210KB)

网友评论