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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部