https://github.com/yangfei4913438/graphql-demo-server
基于graphql 和 react 的演示项目, 数据库使用的是 MongoDB
https://github.com/yangfei4913438/graphql-demo-server
Last synced: 2 months ago
JSON representation
基于graphql 和 react 的演示项目, 数据库使用的是 MongoDB
- Host: GitHub
- URL: https://github.com/yangfei4913438/graphql-demo-server
- Owner: yangfei4913438
- Created: 2021-02-18T16:09:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-20T10:32:09.000Z (over 4 years ago)
- Last Synced: 2025-02-08T03:42:03.604Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 说明
这里是 Graphql 基于 MongoDB 的一个基本操作演示 demo.
- 当前是服务端项目。
- 客户端项目地址:
> https://github.com/yangfei4913438/graphql-demo-client
## 注意事项
- 需要你有一台本地,或者云端的 MongoDB 数据库(能用即可,不要求配置)。
- 运行项目之前,将app.js中的数据库连接配置进行相应的修改即可。