Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wkylin/react-mongo-apollo-graphql
GraphQL 实践项目
https://github.com/wkylin/react-mongo-apollo-graphql
express graphql jwt mongodb mongoose react
Last synced: 14 days ago
JSON representation
GraphQL 实践项目
- Host: GitHub
- URL: https://github.com/wkylin/react-mongo-apollo-graphql
- Owner: wkylin
- Created: 2020-11-14T07:50:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T13:03:39.000Z (about 3 years ago)
- Last Synced: 2024-11-22T16:48:53.377Z (3 months ago)
- Topics: express, graphql, jwt, mongodb, mongoose, react
- Language: JavaScript
- Homepage:
- Size: 850 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Readme
1.进入到server/client目录 安装依赖
``` bash
npm install
```2.启用服务端
``` bash
cd server >> npm start
```2.启用客服端
``` bash
cd client >> npm start
```## 其他简介
1. [npm install -g @2fd/graphdoc](https://github.com/2fd/graphdoc)
2. [https://www.apollographql.com/blog/graphql/security/why-you-should-disable-graphql-introspection-in-production/](https://www.apollographql.com/blog/graphql/security/why-you-should-disable-graphql-introspection-in-production/)