# graphQL_server **Repository Path**: jungeer/graph-ql_server ## Basic Information - **Project Name**: graphQL_server - **Description**: graphQL 后台服务;Koa2 + MongoDB + Apollo Server 前台界面链接:https://gitee.com/jungeer/graph-ql_vue - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/jungeer/graph-ql_server - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-31 - **Last Updated**: 2022-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: Mongoose, Nodejs, Graphql, Koa ## README # graphQL_server #### 介绍 该项目主要用于 GraphQL 学习使用 #### 技术栈 Koa2 + Apollo Server + Mongoose + MongoDB #### 项目运行 - npm i - npm run start #### 端口 Koa 服务监听 3000 端口 http://localhost:3000/ GraphQL 可视化操作界面 http://localhost:3000/graphql #### 注意事项 - 需要启动 MongoDB 服务(可在网上查找教程)