Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Mean | 12,150 | 3 days ago | February 02, 2017 | 58 | TypeScript | |||||
The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications | ||||||||||
Mongo Express | 5,189 | 193 | 19 | 8 days ago | 170 | October 02, 2023 | 156 | mit | JavaScript | |
Web-based MongoDB admin interface, written with Node.js and express | ||||||||||
Vue Express Mongo Boilerplate | 2,785 | 2 | 3 years ago | 1 | January 30, 2017 | 84 | JavaScript | |||
:star: MEVN Full stack JS web app boilerplate with NodeJS, Express, Mongo and VueJS | ||||||||||
React Express Blog Demo | 1,866 | 2 years ago | 19 | JavaScript | ||||||
:fire: React full stack+Express+Mongo implementation blog website tutorial :new_moon_with_face: | ||||||||||
Openuserjs.org | 778 | 9 days ago | 77 | gpl-3.0 | JavaScript | |||||
The home of FOSS user scripts. | ||||||||||
Spruce | 474 | a year ago | 13 | mit | SCSS | |||||
A social networking platform made using Node.js and MongoDB | ||||||||||
Docker Express Typescript Boilerplate | 277 | 23 days ago | 17 | mit | TypeScript | |||||
A dockerized TypeScript-Express App boilerplate with MongoDB and Github Actions | ||||||||||
Fullstack Apollo Express Mongodb Boilerplate | 266 | 3 years ago | 26 | mit | JavaScript | |||||
💥A sophisticated GraphQL with Apollo, Express and MongoDB boilerplate project. | ||||||||||
Dnmp Plus | 263 | 2 years ago | 13 | mit | Shell | |||||
🐳Docker的LNMP一键安装开发环境 + PHP非侵入式监控平台xhgui(优化系统性能、定位Bug神器) | ||||||||||
Mevn Boilerplate | 250 | 5 years ago | 13 | JavaScript | ||||||
A fullstack boilerplate with Mongo, ExpressJS, VueJS and NodeJS. |
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:
git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
yarn
yarn start (for development)
⚠️ 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