graphql-blog-cms-api:由GraphQL和Apollo服务器提供支持的Blog CMS API

时间:2024-02-26 06:36:40
【文件属性】:

文件名称:graphql-blog-cms-api:由GraphQL和Apollo服务器提供支持的Blog CMS API

文件大小:25KB

文件格式:ZIP

更新时间:2024-02-26 06:36:40

graphql express apollo-server graphql-tools apollo-server-express

graphql-博客-cms-api 由GraphQL和Apollo服务器提供支持的Blog CMS API 入门 如果使用SSH,请通过运行以下命令来克隆项目存储库 git clone git@github.com:ammezie/graphql-blog-cms-api.git 如果使用https,请改用 git clone https://github.com/ammezie/graphql-blog-cms-api.git 克隆后,运行: npm install 将.env.example重命名为.env然后填写数据库详细信息和JWT机密: NODE_ENV=develop


【文件预览】:
graphql-blog-cms-api-master
----models()
--------user.js(633B)
--------post.js(882B)
--------index.js(962B)
--------tag.js(603B)
--------posttag.js(540B)
----config()
--------config.js(606B)
----package.json(970B)
----data()
--------resolvers.js(7KB)
--------schema.js(2KB)
----server.js(785B)
----.sequelizerc(99B)
----package-lock.json(57KB)
----.env.example(105B)
----migrations()
--------20171012165349-create-post-tag.js(697B)
--------20171011143024-create-tag.js(790B)
--------20171011142231-create-post.js(996B)
--------20171011135936-create-user.js(856B)
----.gitignore(17B)
----README.md(857B)

网友评论