Coder Social home page Coder Social logo

rafttio / mean Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linnovate/mean

0.0 1.0 0.0 8.54 MB

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

Home Page: http://mean.io

Shell 0.67% JavaScript 25.55% TypeScript 51.03% HTML 17.18% Dockerfile 0.69% SCSS 4.15% Starlark 0.72%

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

Alternative - Develop with Raftt

What is Raftt?

Raftt is a cloud-based development infrastructure that lets you spawn remote dev envs without the need for any local setup and while keeping the tools and experience of local environments.

Pre-requisites

That's all. No need to install Node.js, MongoDB etc..

Interactive debugging

Using Raftt allows interactively debugging microservices with minimal configuration.
See here documentation about configuring debugging.

How to start development

git clone https://github.com/linnovate/mean
cd mean
cp .env.example .env
Mac OS  - brew install rafttio/tap/raftt or curl -fsSL get.raftt.io/install | bash
Linux   - sudo snap install raftt --classic or curl -fsSL get.raftt.io/install | bash
Windows - Download and run (https://get.raftt.io/windowsinstall)
raftt up

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

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

Watchers

 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.