All Projects → eggjs → docker

eggjs / docker

Licence: other
Egg official docker image

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to docker

egg-bus
🐣 用 egg 编写优雅的队列与事件
Stars: ✭ 38 (+46.15%)
Mutual labels:  egg, eggjs
egg-vue-typescript-boilerplate
Egg Vue TypeScript Server Side Render (SSR) / Client Side Render (CSR)
Stars: ✭ 69 (+165.38%)
Mutual labels:  egg, eggjs
Egg Cancan
cancancan like authorization plugin for Egg.js
Stars: ✭ 47 (+80.77%)
Mutual labels:  egg, eggjs
Eggjs Note
《Egg.js 深入浅出学习笔记》(暂时停更)
Stars: ✭ 502 (+1830.77%)
Mutual labels:  egg, eggjs
egg-view-assets
Manage frontend assets in development and production.
Stars: ✭ 51 (+96.15%)
Mutual labels:  egg, eggjs
Nideadmin
【未完成】NideAdmin - 基于 Vue.js + Egg.js 的微信小程序后台框架
Stars: ✭ 35 (+34.62%)
Mutual labels:  egg, eggjs
Blog
天猪部落阁 http://atian25.github.io
Stars: ✭ 1,527 (+5773.08%)
Mutual labels:  egg, eggjs
Egg Authz
egg-authz is an authorization middleware for Egg.js based on Casbin
Stars: ✭ 50 (+92.31%)
Mutual labels:  egg, eggjs
Cool Admin Api
cool-admin-api 是基于egg.js、typeorm、jwt等封装的api开发脚手架、快速开发api接口
Stars: ✭ 188 (+623.08%)
Mutual labels:  egg, eggjs
Egg Oauth2 Server
🌟 OAuth2 server plugin for egg.js based on node-oauth2-server
Stars: ✭ 174 (+569.23%)
Mutual labels:  egg, eggjs
Egg 24time
A Twitter-like news and social server for Egg. 微信小程序社区全栈解决方案
Stars: ✭ 493 (+1796.15%)
Mutual labels:  egg, eggjs
egg-parameters
Merge all parameters (ctx.params, ctx.request.query, ctx.request.body) into ctx.params like Rails application.
Stars: ✭ 24 (-7.69%)
Mutual labels:  egg, eggjs
Egg Graphql
Stars: ✭ 345 (+1226.92%)
Mutual labels:  egg, eggjs
egg-nuxt-blog
Nuxt.js(web端) + Egg.js(api 服务) + Vue.js(管理后台)+ ElementUI(通用组件库)服务器渲染(SSR)搭建的个人博客系统
Stars: ✭ 16 (-38.46%)
Mutual labels:  egg, eggjs
Egg
🥚 Born to build better enterprise frameworks and apps with Node.js & Koa
Stars: ✭ 17,616 (+67653.85%)
Mutual labels:  egg, eggjs
Egg Router Plus
The missing router feature for eggjs
Stars: ✭ 117 (+350%)
Mutual labels:  egg, eggjs
egg-rbac
Role Based Access Control for eggjs
Stars: ✭ 32 (+23.08%)
Mutual labels:  egg, eggjs
egg-sentry
Sentry Plugin For Egg.js
Stars: ✭ 18 (-30.77%)
Mutual labels:  egg, eggjs
doraemon
A management tool to help you organize your daily development
Stars: ✭ 21 (-19.23%)
Mutual labels:  eggjs
egg-y-validator
☯️ Egg Magic Validator (Egg 魔法验证工具)
Stars: ✭ 30 (+15.38%)
Mutual labels:  egg

docker-boilerplate

Egg.js docker boilerplate.

QuickStart

see egg docs for more detail.

Development

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

Deploy

$ npm start
$ npm stop

Docker

$ docker build -t egg-boilerplate .
$ docker run -p 7001:7001 egg-boilerplate

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