Skip to content

we-mid/cms-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cns-server

  • mongodb
  • redis
  • node-7
  • yarn
  • koa-2
  • ava

cms-admin

  • vue-2
  • nuxt
  • element-ui

Todo

  • nuxt
  • schedule
  • logging
  • upload
  • role auth
  • db model schema
  • form validate
  • redis cache
  • transaction
  • pm2
  • cursor streaming

Notes

  • mongodb api now is promise based
  • make sure koa-body@2 is installed against koa@2
  • process.env.NODE_ENV is hard to control, we use config.env instead
  • for better readability, we don't use standard RESTful api

Usage

node tool/db-uninst
node tool/db-setup
npm start
# equivalent to
node tool/db-ensure
pm2 reload ecosystem.config.js

About

Server-side of we-admin framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published