Giter Site home page Giter Site logo

ekmixon / mean Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linnovate/mean

0.0 0.0 0.0 9.4 MB

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

Home Page: http://mean.io

JavaScript 25.89% HTML 17.41% TypeScript 51.56% Dockerfile 0.47% Shell 0.46% SCSS 4.21%

mean's Introduction

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.

mean's People

Contributors

adskjohn avatar adsklowenthal avatar almogbaku avatar amoshaviv avatar andrija-hers avatar arturovt avatar brownman avatar chanakade avatar chickenham avatar dvorad avatar ellman avatar enkodellc avatar fyockm avatar j9t avatar jackhsu978 avatar jwebbdev avatar liorkesos avatar lirantal avatar mrjasonweaver avatar pratik60 avatar rivkabenshalom avatar sarareisner avatar spacemonkey avatar stonelasley avatar tetyanochka avatar timelf123 avatar udisun avatar vikramtiwari avatar zohar avatar zwhitchcox avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.