All Projects → cnodejs → Egg Cnode

cnodejs / Egg Cnode

Licence: mit
CNode 社区 Egg 版本

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Egg Cnode

Egg Restfulapi
🏅 基于Egg.js 2.0 & {mongoose,jwt}RESTful API 模板,用于快速集成开发RESTful前后端分离的服务端。
Stars: ✭ 524 (-64.01%)
Mutual labels:  egg
Egg View
Stars: ✭ 35 (-97.6%)
Mutual labels:  egg
Api Mocker
Api Mocker is more of an api management system than a mocker.
Stars: ✭ 1,090 (-25.14%)
Mutual labels:  egg
Egg React Webpack Boilerplate
Egg React Server Side Render(SSR) / Client Sider Render(CSR)
Stars: ✭ 634 (-56.46%)
Mutual labels:  egg
Jsyang Admin
基于nodejs+egg+squelize+mysql+antd-design+wangEditor+dva+umi+react开发的后台管理平台快速生成方案,让前端er也可以快速进行全栈开发 https://jsyangadmin.github.io/
Stars: ✭ 29 (-98.01%)
Mutual labels:  egg
Egg Authz
egg-authz is an authorization middleware for Egg.js based on Casbin
Stars: ✭ 50 (-96.57%)
Mutual labels:  egg
Egg 24time
A Twitter-like news and social server for Egg. 微信小程序社区全栈解决方案
Stars: ✭ 493 (-66.14%)
Mutual labels:  egg
Egg Vue Webpack Boilerplate
Egg Vue Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 1,302 (-10.58%)
Mutual labels:  egg
Nideadmin
【未完成】NideAdmin - 基于 Vue.js + Egg.js 的微信小程序后台框架
Stars: ✭ 35 (-97.6%)
Mutual labels:  egg
Zaneperfor
前端性能监控系统,消息队列,高可用,集群等相关架构
Stars: ✭ 1,085 (-25.48%)
Mutual labels:  egg
Awesome Egg
Awesome Egg.js Web Framework and Plugin.
Stars: ✭ 802 (-44.92%)
Mutual labels:  egg
Got Auth Service
A professional role-based-authorization(also supports resource and group) service with restful and graphql api for enterprise applications.
Stars: ✭ 12 (-99.18%)
Mutual labels:  egg
Egg View Ejs
egg view plugin for ejs.
Stars: ✭ 54 (-96.29%)
Mutual labels:  egg
Egg Sequelize
Sequelize for Egg.js
Stars: ✭ 540 (-62.91%)
Mutual labels:  egg
Egg Schedule
Schedule plugin for egg
Stars: ✭ 76 (-94.78%)
Mutual labels:  egg
Eggjs Note
《Egg.js 深入浅出学习笔记》(暂时停更)
Stars: ✭ 502 (-65.52%)
Mutual labels:  egg
Egg Cancan
cancancan like authorization plugin for Egg.js
Stars: ✭ 47 (-96.77%)
Mutual labels:  egg
Egg Passport
passport plugin for egg
Stars: ✭ 98 (-93.27%)
Mutual labels:  egg
Nuxt Egg
Nuxt.js + Egg FrameWork
Stars: ✭ 86 (-94.09%)
Mutual labels:  egg
Egg View React Ssr
Egg React Server Side Render (SSR) Plugin
Stars: ✭ 55 (-96.22%)
Mutual labels:  egg

cnode

powered by Egg.js build status Test coverage David deps Known Vulnerabilities

QuickStart

see egg docs for more detail.

Environment Dependencies

macOS Install

brew install redis mongodb
brew services start redis
brew services start mongodb

Linux Install

TBD

Windows Install

TBD

Development

$ npm i
$ npm run dev
$ open http://localhost:7001/

Deploy

// {app_root}/config/config.prod.js

exports.mini_assets = true;

exports.alinode = {
  // 从 `Node.js 性能平台` 获取对应的接入参数
  appid: process.env.EGG_ALINODE_APPID || '',
  secret: process.env.EGG_ALINODE_SECRET || '',
};
$ npm i --production
$ npm run assets
$ npm start
$ npm stop

npm scripts

  • Use npm run lint to check code style.
  • Use npm test to run unit test.
  • Use npm run autod to auto detect dependencies upgrade, see autod for more detail.

Tutorials

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].