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 stars Tracking Chart

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.

Overview

Name With Ownerlinnovate/mean
Primary LanguageTypeScript
Program languageJavaScript (Language Count: 6)
PlatformDocker, Linux, Mac, Windows
License:
Release Count15
Last Release Namev1.0rc1 (Posted on )
First Release Namev0.3.0 (Posted on )
Created At2013-05-22 12:15:47
Pushed At2023-12-04 14:00:54
Last Commit At2023-07-09 23:48:54
Stargazers Count12.1k
Watchers Count613
Fork Count3.5k
Commits Count2.2k
Has Issues Enabled
Issues Count1263
Issue Open Count7
Pull Requests Count383
Pull Requests Open Count52
Pull Requests Close Count362
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top