All Projects → NightCatSama → Nightcat

NightCatSama / Nightcat

个人博客,技术栈:NodeJS + Express + mongoose + GraphQL + Vue 全家桶

Projects that are alternatives of or similar to Nightcat

Intro To Graphql
[Course] Introduction to GraphQL
Stars: ✭ 175 (+80.41%)
Mutual labels:  graphql, mongoose, express
Next Graphql Blog
🖊 A Blog including a server and a client. Server is built with Node, Express & a customized GraphQL-yoga server. Client is built with React, Next js & Apollo client.
Stars: ✭ 152 (+56.7%)
Mutual labels:  graphql, mongoose, express
Frisky
🍿 Open Source GraphQL API for Online Shows
Stars: ✭ 161 (+65.98%)
Mutual labels:  graphql, mongoose, express
Blog Service
blog service @nestjs
Stars: ✭ 188 (+93.81%)
Mutual labels:  graphql, mongoose, express
Express Graphql Mongodb Boilerplate
A boilerplate for Node.js apps / GraphQL-API / Authentication from scratch - express, graphql - (graphql compose), mongodb (mongoose).
Stars: ✭ 288 (+196.91%)
Mutual labels:  graphql, mongoose, express
Boilerplate Vue Apollo Graphql Mongodb
Start your magical stack journey!
Stars: ✭ 85 (-12.37%)
Mutual labels:  graphql, mongoose, express
Nest Angular
NestJS, Angular 6, Server Side Rendering (Angular Universal), GraphQL, JWT (JSON Web Tokens) and Facebook/Twitter/Google Authentication, Mongoose, MongoDB, Webpack, TypeScript
Stars: ✭ 307 (+216.49%)
Mutual labels:  graphql, mongoose, express
Create Graphql
Command-line utility to build production-ready servers with GraphQL.
Stars: ✭ 441 (+354.64%)
Mutual labels:  graphql, mongoose, express
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-57.73%)
Mutual labels:  mongoose, express
Graphql Apq
🎯 Automatic persisted queries (APQ) for any GraphQL server.
Stars: ✭ 43 (-55.67%)
Mutual labels:  graphql, express
Graphql Upload
Middleware and an Upload scalar to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
Stars: ✭ 1,071 (+1004.12%)
Mutual labels:  graphql, express
Chat.io
A Real Time Chat Application built using Node.js, Express, Mongoose, Socket.io, Passport, & Redis.
Stars: ✭ 1,325 (+1265.98%)
Mutual labels:  mongoose, express
Es6 Express Mongoose Passport Rest Api
Lightweight boilerplate for Node RESTful API, ES6, Express, Mongoose and Passport 🎁
Stars: ✭ 36 (-62.89%)
Mutual labels:  mongoose, express
Graphql Advanced Projection
Fully customizable Mongoose/MongoDB projection generator.
Stars: ✭ 46 (-52.58%)
Mutual labels:  graphql, mongoose
Cmms
Computerized Maintenance Management System
Stars: ✭ 31 (-68.04%)
Mutual labels:  mongoose, express
Erxes Api
API for erxes
Stars: ✭ 57 (-41.24%)
Mutual labels:  graphql, express
Mean Stack Angular6 Crud Example
MEAN Stack Angular 6 CRUD Web Application
Stars: ✭ 69 (-28.87%)
Mutual labels:  mongoose, express
Jwt Node Vue
Repositório responsável pelo primeiro projeto da série de vídeos: Coding Stuff.
Stars: ✭ 29 (-70.1%)
Mutual labels:  mongoose, express
Wertik Js
💪 A library that powers your app with GraphQL + Rest API
Stars: ✭ 56 (-42.27%)
Mutual labels:  graphql, mongoose
Api
API Oficial do Te Emprego
Stars: ✭ 73 (-24.74%)
Mutual labels:  mongoose, express

NightCat


目的

学习从前端到后端的一条龙建站过程(Graphql大法好

技术栈

后端:Node.js + Express + Graphql + MongoDB
前端:Vue 全家桶

进度

  • [x] 后端
    • [x] Graphql
      • [x] User
      • [x] Article
      • [x] Tag
      • [x] Comment
    • [x] 自动登录
    • [x] Github Oauth
    • [x] Doc
    • [x] Graphiql
  • [x] 后台管理系统
    • [x] 登录/注册
    • [x] 用户管理
    • [x] 文章管理
    • [x] 标签管理
  • [x] 前端
    • [x] 首页
    • [x] 登录/注册
    • [x] 文章
    • [x] 个人信息

启动方法

服务端

1.先连接 mongodb 数据库

example:

mongod -f mongodb.conf

mangodb.conf

dbpath = /Users/mac/Mongodb/data
logpath = /Users/mac/Mongodb/mongodb.log
logappend = true

2.启动服务器

npm start

客户端

1.进入前端项目

cd ./view

2.启动项目

// 开发环境
npm run dev
// 生产环境
npm run build
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].