Skip to content
/ mean Public
forked from linnovate/mean

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

Notifications You must be signed in to change notification settings

fgielow/mean

 
 

Repository files navigation

Welcome to the mean stack

The mean stack is intended to provide a simple and fun starting point for cloud native fullstack javascript applications.

Installation

git clone https://github.com/fgielow/mean
cd mean
cp .env.example .env
npm install
npm start (for development)

Docker based

git clone https://github.com/fgielow/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.

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 51.0%
  • JavaScript 27.3%
  • HTML 16.1%
  • CSS 5.0%
  • Dockerfile 0.6%