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

https://github.com/yangfei4913438/graphql-demo-client

基于graphql 和 react 的演示项目, 数据库使用的是 MongoDB
https://github.com/yangfei4913438/graphql-demo-client

Last synced: about 2 months ago
JSON representation

基于graphql 和 react 的演示项目, 数据库使用的是 MongoDB

Awesome Lists containing this project

README

        

# 说明

这里是 Graphql 基于 MongoDB 的一个基本操作演示 demo.

- 当前是客户端项目。

- 服务端项目地址:

> https://github.com/yangfei4913438/graphql-demo-server

## 注意事项

- 需要你有一台本地,或者云端的 MongoDB 数据库(能用即可,不要求配置)。

- 运行项目之前,将app.js中的数据库连接配置进行相应的修改即可。