Mean

The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
Alternatives To Mean
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Mean12,150
3 days agoFebruary 02, 201758TypeScript
The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications
Mongo Express5,189193198 days ago170October 02, 2023156mitJavaScript
Web-based MongoDB admin interface, written with Node.js and express
Vue Express Mongo Boilerplate2,78523 years ago1January 30, 201784JavaScript
:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS
React Express Blog Demo1,866
2 years ago19JavaScript
:fire: React full stack+Express+Mongo implementation blog website tutorial :new_moon_with_face:
Openuserjs.org778
9 days ago77gpl-3.0JavaScript
The home of FOSS user scripts.
Spruce474
a year ago13mitSCSS
A social networking platform made using Node.js and MongoDB
Docker Express Typescript Boilerplate277
23 days ago17mitTypeScript
A dockerized TypeScript-Express App boilerplate with MongoDB and Github Actions
Fullstack Apollo Express Mongodb Boilerplate266
3 years ago26mitJavaScript
💥A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project.
Dnmp Plus263
2 years ago13mitShell
🐳Docker的LNMP一键安装开发环境 + PHP非侵入式监控平台xhgui(优化系统性能、定位Bug神器)
Mevn Boilerplate250
5 years ago13JavaScript
A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS.
Alternatives To Mean
Select To Compare


Alternative Project Comparisons
Readme

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

⚠️ Make sure your Docker version is 19.03.0+.

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.
Popular Express Projects
Popular Mongo Projects
Popular Frameworks Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Typescript
Angular
Express
Mongodb
Stack
Mongo
Full Stack