返回排行榜

linnovate/mean

TypeScriptmean.io

The MEAN stack uses Mongo, Express, Angular(6) and Node for simple and scalable fullstack js applications

stackangularjavascriptmongodbexpressnode
Star 增长趋势
Star
12.1k
Forks
3.4k
周增长
Issues
10
5k10k
2013年6月2017年10月2022年3月2026年7月
制品库npmnpm install mean
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 were done by Amos Haviv and sponsored by Linnovate.
  • Inspired by the great work of Madhusudhan Srinivasa.
相关仓库
verekia/js-stack-from-scratch

🛠️⚡ Step-by-step tutorial to build a modern JavaScript stack.

JavaScriptnpmMIT Licensetutorialstack
20.2k2k
emirpasic/gods

GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more

GoGo ModulesOthergogolang
17.4k1.8k
Haxxnet/Compose-Examples

Various Docker Compose examples of selfhosted FOSS and proprietary projects.

dockerdocker-compose
haxxnet.github.io/Compose-Examples/
7.3k344
ixartz/SaaS-Boilerplate

🚀🎉📚 SaaS Boilerplate built with Next.js + Tailwind CSS + Shadcn UI + TypeScript. ⚡️ Full-stack React application with Auth, Multi-tenancy, Roles & Permissions, i18n, Landing Page, DB, Logging, Testing

TypeScriptnpmMIT Licenseauthenticationboilerplate
react-saas.com
7.3k1.3k
Bogdan-Lyashenko/Under-the-hood-ReactJS

Entire React code base explanation by visual block schemes (Stack version)

JavaScriptnpmMIT Licensereactjsjavascript
bogdan-lyashenko.github.io/Under-the-hood-ReactJS/
6.8k614
teivah/algodeck

An Open-Source Collection of Flash Cards to Help You Preparing Your Algorithms & Data Structures and System Design Interviews 💯

HTMLOtheralgorithmsdata-structures
deckly.dev
5.8k569
loiane/javascript-datastructures-algorithms

:books: collection of JavaScript and TypeScript data structures and algorithms for education purposes. Source code bundle of JavaScript algorithms and data structures book

TypeScriptnpmMIT Licensejavascript-algorithmsalgorithm
4.9k1.3k
vegasbrianc/prometheus

A docker-compose stack for Prometheus monitoring

MIT Licensedockerprometheus
4.6k1.5k
roberthein/TinyConstraints

Nothing but sugar.

SwiftMIT Licenseautolayout
4.1k195
iamhosseindhv/notistack

Highly customizable notification snackbars (toasts) that can be stacked on top of each other

TypeScriptnpmOtherreactjsmaterial-ui
notistack.com
4.1k292
kennymkchan/interview-questions-in-javascript

A mostly reasonable collection of technical software development interview questions solved in Javascript

MIT Licenseinterview-questionsjavascript
3.6k435
swarmpit/swarmpit

Lightweight AI-friendly Docker Swarm management

ClojureEclipse Public License 1.0dockerswarm
swarmpit.io
3.5k312