MEAN stack

MEAN 堆栈使用 Mongo、Express、Angular(6) 和 Node,用于简单和可扩展的全栈 JS 应用。「The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications

Github星跟踪图

Welcome to the mean stack

The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.
MEAN is a set of Open Source components that together, provide an end-to-end framework for building dynamic web applications; starting from the top (code running in the browser) to the bottom (database). The stack is made up of:

  • MongoDB : Document database – used by your back-end application to store its data as JSON (JavaScript Object Notation) documents
  • Express (sometimes referred to as Express.js): Back-end web application framework running on top of Node.js
  • Angular (formerly Angular.js): Front-end web app framework; runs your JavaScript code in the user's browser, allowing your application UI to be dynamic
  • Node.js : JavaScript runtime environment – lets you implement your application back-end in JavaScript

Pre-requisites

Installation

git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
yarn
yarn start (for development)

Docker based

git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
docker-compose up -d

Credits

  • The MEAN name was coined by Valeri Karpov.
  • Initial concept and development was done by Amos Haviv and sponsered by Linnovate.
  • Inspired by the great work of Madhusudhan Srinivasa.

概览

名称与所有者linnovate/mean
主编程语言TypeScript
编程语言JavaScript (语言数: 6)
平台Docker, Linux, Mac, Windows
许可证Apache License 2.0
发布数15
最新版本名称v1.0rc1 (发布于 )
第一版名称v0.3.0 (发布于 )
创建于2013-05-22 12:15:47
推送于2024-04-01 17:51:59
最后一次提交2023-07-09 23:48:54
星数12.1k
关注者数613
派生数3.5k
提交数2.2k
已启用问题?
问题数1263
打开的问题数7
拉请求数383
打开的拉请求数53
关闭的拉请求数362
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?
去到顶部