All Projects → naihe138 → Graphql Demo

naihe138 / Graphql Demo

🎉Koa + GraphQL + Apollo-Server demo

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Graphql Demo

Blog Service
blog service @nestjs
Stars: ✭ 188 (-12.56%)
Mutual labels:  mongoose, mongodb, koa
Vue Family Bucket Ssr Koa2 Full Stack Development From Meituan
🚀🚀2020最新Vue全家桶+SSR+Koa2全栈开发☁
Stars: ✭ 100 (-53.49%)
Mutual labels:  mongoose, mongodb, koa
Koa Vue Fullstack
A lightweight boilerplate for a universal webapp based on koa, mongodb, node, vue, and webpack
Stars: ✭ 126 (-41.4%)
Mutual labels:  mongoose, mongodb, koa
Lad
👦 Lad is the best Node.js framework. Made by a former Express TC and Koa team member.
Stars: ✭ 2,112 (+882.33%)
Mutual labels:  mongoose, mongodb, koa
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (-2.79%)
Mutual labels:  mongoose, mongodb, koa
Express Es6 Starter
Starter project for creating a MVC express server with MongoDB
Stars: ✭ 178 (-17.21%)
Mutual labels:  mongoose, mongodb
Mongoose Sequence
Sequence and autoincrement handling for mongoose
Stars: ✭ 178 (-17.21%)
Mutual labels:  mongoose, mongodb
Ts Mongoose
Automatically infer TypeScript interfaces from mongoose schemas🙀
Stars: ✭ 188 (-12.56%)
Mutual labels:  mongoose, mongodb
Focus Budget Manager
Budget Manager application built with Vue.js, Node.js, Express.js and MongoDB
Stars: ✭ 189 (-12.09%)
Mutual labels:  mongoose, mongodb
Mongoose
Mongoose module for Nest framework (node.js) 🍸
Stars: ✭ 191 (-11.16%)
Mutual labels:  mongoose, mongodb
Node Rem
Node REM - NodeJS Rest Express MongoDB and more: typescript, passport, JWT, socket.io, HTTPS, HTTP2, async/await, nodemailer, templates, pagination, docker, etc. Live Demo: https://node-rem-ngduc.vercel.app
Stars: ✭ 192 (-10.7%)
Mutual labels:  mongoose, mongodb
Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (-18.6%)
Mutual labels:  mongoose, mongodb
Vue Mall Mobile
🔥 vue + koa + mongodb 搭建 mobile web 商城 (End。。。)
Stars: ✭ 201 (-6.51%)
Mutual labels:  mongoose, mongodb
Node.js
一步一步学习Node.js,带你从零开始学习Node.js!本仓库是自己总结的Node.js学习图文教程,里面有学习案列和源代码(pubdreamcc原创,欢迎转载,欢迎star)
Stars: ✭ 181 (-15.81%)
Mutual labels:  mongoose, mongodb
Ecommerce Site Template
A beautiful e-commerce template powered by React, Redux and other modern web tech.
Stars: ✭ 167 (-22.33%)
Mutual labels:  mongoose, mongodb
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (-25.12%)
Mutual labels:  mongoose, mongodb
Vue Node Pastime
😄 基于vue全家桶、nodejs和mongodb的前后端整合项目
Stars: ✭ 200 (-6.98%)
Mutual labels:  mongoose, mongodb
Angular2 Express Mongoose Gulp Node Typescript
AngularJS 2 (Updated to 4.2.0) Mean Stack application which uses Angular2, Gulp, Express, Node, MongoDB (Mongoose) with Repository Pattern Business Layer
Stars: ✭ 201 (-6.51%)
Mutual labels:  mongoose, mongodb
Putongoj
Putong Online Judge -- An online judge with nothing special
Stars: ✭ 157 (-26.98%)
Mutual labels:  mongodb, koa
Mongoose Typescript Example
Stars: ✭ 156 (-27.44%)
Mutual labels:  mongoose, mongodb

这是利用Koa + GraphQL + Apollo-Server实现的,学生信息增、删、改、查的栗子

本栗子将搭配Koa实现一个GraphQL查询,逐步从简单Kao服务、到Mongodb的数据插入查询、再到GraphQL的使用,让大家快速看到:

  • 搭建Koa搭建一个后台项目
  • 后台路由简单处理方式
  • 利用Mongoose简单操作Mongodb的增、删、改、查
  • 掌握Apollo-Server简单操作数据的增、删、改、查
  • 掌握GraphQL的入门姿势

项目视图

  • 查询

  • 新增学生

  • 新增课程

  • FE-demo

使用方法

1git clone https://github.com/naihe138/GraphQL-demo.git

2npm install or yarn

3npm start

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].