Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 实践项目

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/)