SarahELilley / meanstackjs

Mean Stack JS - MongoDB, Express JS, Angular JS & Node JS

Home Page:http://meanstackjs.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dependencies npm-issues js-standard-style Build Status Join the chat at https://gitter.im/greenpioneersolutions/meanstackjs meanstackjs Logo

#Check Documentation Here

What is Mean Stack JS

  • MongoDB - MongoDB is the leading NoSQL database, empowering businesses to be more agile and scalable.
  • Express - 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 - based framework. -AngularJS lets you extend HTML vocabulary for your application. The resulting environment is extraordinarily expressive, readable, and quick to develop.
  • Node.js - Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications.

Check Documentation Here

Prerequisites

$ npm install -g bower

Note: If you are new to Node or Express, we recommend to watch Node.js and Express 101 screencast by Alex Ford that teaches Node and Express from scratch. Alternatively, here is another great tutorial for complete beginners - Getting Started With Node.js, Express, MongoDB.

Check Documentation Here

Getting Started

The easiest way to get started is to clone the repository:

# 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 server.js
# or
nodemon server.js

Note: We highly recommend installing Nodemon. It watches for any changes in your node.js app and automatically restarts the server. Once installed, instead of node server.js use nodemon server.js. It will save you a lot of time in the long run, because you won't need to manually restart the server each time you make a small change in code. To install, run sudo npm install -g nodemon.

Check Documentation Here

About

Mean Stack JS - MongoDB, Express JS, Angular JS & Node JS

http://meanstackjs.com/

License:Other


Languages

Language:HTML 60.9%Language:JavaScript 32.9%Language:CSS 6.1%Language:Shell 0.1%