• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language Vue
  • Created almost 8 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

NightCat 个人博客


目的

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

技术栈

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

进度

启动方法

服务端

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