Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greenpioneersolutions/meanstackjs
Mean Stack JS - MongoDB, Express JS, Angular JS & Node JS
https://github.com/greenpioneersolutions/meanstackjs
angularjs express greenpioneer meanstackjs mongodb msjs nodejs youtube-channel
Last synced: about 1 month ago
JSON representation
Mean Stack JS - MongoDB, Express JS, Angular JS & Node JS
- Host: GitHub
- URL: https://github.com/greenpioneersolutions/meanstackjs
- Owner: greenpioneersolutions
- License: other
- Created: 2015-10-20T23:25:25.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T03:54:22.000Z (7 months ago)
- Last Synced: 2024-05-01T04:43:01.097Z (7 months ago)
- Topics: angularjs, express, greenpioneer, meanstackjs, mongodb, msjs, nodejs, youtube-channel
- Language: HTML
- Homepage: http://meanstackjs.com/
- Size: 4.68 MB
- Stars: 101
- Watchers: 11
- Forks: 42
- Open Issues: 139
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![dependencies](https://david-dm.org/greenpioneersolutions/meanstackjs.svg)](https://david-dm.org/greenpioneersolutions/meanstackjs)
[![npm-issues](https://img.shields.io/github/issues/greenpioneersolutions/meanstackjs.svg)](https://github.com/greenpioneersolutions/meanstackjs/issues)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
[![Build Status](https://travis-ci.org/greenpioneersolutions/meanstackjs.svg?branch=master)](https://travis-ci.org/greenpioneersolutions/meanstackjs)
[![Join the chat at https://gitter.im/greenpioneersolutions/meanstackjs](https://badges.gitter.im/greenpioneersolutions/meanstackjs.svg)](https://gitter.im/greenpioneersolutions/meanstackjs?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Known Vulnerabilities](https://snyk.io/test/github/greenpioneersolutions/meanstackjs/badge.svg)](https://snyk.io/test/github/greenpioneersolutions/meanstackjs/badge.svg)
[![Code Triagers Badge](https://www.codetriage.com/greenpioneersolutions/meanstackjs/badges/users.svg)](https://www.codetriage.com/greenpioneersolutions/meanstackjs)
[![Get help on Codementor](https://cdn.codementor.io/badges/get_help_github.svg)](https://www.codementor.io/jasonhumphrey?utm_source=github&utm_medium=button&utm_term=jasonhumphrey&utm_campaign=github)
[![Donatee](https://img.shields.io/badge/paypal-donate-blue.svg)](https://paypal.me/greenpioneer)[![meanstackjs Logo](http://meanstackjs.com/images/logo/header3x.png)](http://meanstackjs.com/)
Why Mean Stack JS
-----------------The best developers want to be efficient and productive, quickly prototyping and experimenting, able to build successes into production-ready applications. We believe Mean Stack JS gives developers of all skill levels—whether at enterprise scale or working solo—an ideal open-source toolset for building rapid, scalable Javascript applications. We'll provide you a simple project structure that is versatile enough to quickly apply to your own development projects. Want to get started?
How to Learn Mean Stack JS
-----------------
Start learning with documentation:
* [Check Documentation Here](https://github.com/greenpioneersolutions/meanstackjs/wiki)Start visualizing what the meanstack can do for you with our demo
* [Check Demo Here](https://meanstackjs.herokuapp.com/)Check out this YouTube channel that has content to help you:
* [Subscribe to our Youtube Channel - MeanStackJs](https://www.youtube.com/channel/UC5lpSv5tNowgWxC9crTl97g)
* [Watch MeanStackJS - Releases](https://www.youtube.com/playlist?list=PLhJ-Q2setTdrhK1m0F1lUfZsIzBbw6wny)
* [Watch MeanStackJS - How to series](https://www.youtube.com/playlist?list=PLhJ-Q2setTdqgwW6U39s_oMAehgtXa15O)
* [Watch MeanStackJS - Error series](https://www.youtube.com/playlist?list=PLhJ-Q2setTdr19ha6bx7jt6Bu2RCM5c5_)
* [Watch MeanStackJS - What is series](https://www.youtube.com/playlist?list=PLhJ-Q2setTdpkHfA-mDMSjl4Wv-trKlY8)For more control or something more basic, start here instead:
* [Lite Version](https://github.com/greenpioneersolutions/meanstackjs-lite)For the Api version, start here instead:
* [Men Version](https://github.com/greenpioneersolutions/menstackjs)Want more content?
* [LiveCoding.TV](https://www.livecoding.tv/greenpioneer/)
* [GPS Style Guide](https://github.com/greenpioneersolutions/gps-style-guide)
* [GPS Setup Guide](https://github.com/greenpioneersolutions/gps-setup-guide)
* [Roadmap](https://github.com/greenpioneersolutions/meanstackjs/wiki/Roadmap)What is Mean Stack JS?
------------------ [MongoDB](https://www.mongodb.org/) - MongoDB is the leading NoSQL database, empowering businesses to be more agile and scalable
- [Express](http://expressjs.com/) - Express is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications
- [AngularJS](https://angularjs.org/) - based framework. -AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop
- [Node.js](http://www.nodejs.org/) - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications[Check Demo Here](https://meanstackjs.herokuapp.com/)
[Check Documentation Here](https://github.com/greenpioneersolutions/meanstackjs/wiki)
Pre-Requisites
-------------- [Download](https://www.mongodb.org/downloads) and Install mongodb - Checkout their manual if you're just starting
- [OSX MongoDB](https://docs.mongodb.org/manual/tutorial/install-mongodb-on-os-x/)
- [Windows Mongodb](https://docs.mongodb.org/manual/tutorial/install-mongodb-on-windows/)
- [Linux Mongodb](https://docs.mongodb.org/manual/administration/install-on-linux/)
- [Download](http://nodejs.org) and Install Node.js - nodeschool has free node tutorials to get you started[Check Documentation Here](https://github.com/greenpioneersolutions/meanstackjs/wiki)
[Check Demo Here](https://meanstackjs.herokuapp.com/)
Getting Started
---------------The easiest way to get started is to clone the repository:
```bash
# Get the latest snapshot
git clone https://github.com/greenpioneersolutions/meanstackjs.git# Change directory
cd meanstackjs# Install NPM dependencies
npm install# Start up the server
npm start
# or
node index.js
```[Check Documentation Here](https://github.com/greenpioneersolutions/meanstackjs/wiki)
[Check Demo Here](https://meanstackjs.herokuapp.com/)
[Check Roadmap Here](https://github.com/greenpioneersolutions/meanstackjs/wiki/Roadmap)
[express]:
[AngularJS]:
[node.js]:
[license]: http://showalicense.com/?fullname=Green%20Pioneer%20%3Cgreen%40greenpioneersolutions.com%3E&year=2016#license-mit
[website]: http://greenpioneersolutions.com/[MIT][license] © [Green Pioneer][website]