meanstack.io

0.4.0 • Public • Published

MEANStack.io

bringing together the best of MEAN MongoDB, Express, AngularJS and Node.js

Build Status Coverage Status npm npm npm

MEANStack.io is a web application framework with strategy geared to facilitate development.

Is a solution full-stack JavaScript, develop on MongoDB, Express, AngularJS, Node.js and another stack of packages.

Install, it's easy...

  • Update Npm and Install Gulp, Bower, Nodemon and MEANStack CLI.
$ npm update -g npm && npm install -g gulp bower nodemon meanstack-cli
  • Create your application.
$ meanstack new <path_app>
  • Start your application.
$ cd <path_app> && meanstack serve

Database

By default the connection provider with MongoDB is disabled by not being configured the connection.

Configure

Edit the file "env.js" stating the details of your connection.

Enable provider

Edit the file "config/app.js" => providers, uncomment the line 'meanstack/lib/database/DatabaseServiceProvider'.

Result

'providers': [
    ...
    'meanstack/lib/bodyParser/BodyParserServiceProvider',
    'meanstack/lib/cookieParser/CookieParserServiceProvider',
    'meanstack/lib/database/DatabaseServiceProvider', // <= Uncomment.
    'meanstack/lib/response/ResponseServiceProvider',
    ...
]

Common installation errors

Some common errors already solved. An error has occurred in the installation? Please let us know. https://github.com/meanstack-io/meanstack.io/wiki/Common-installation-errors

Documentation

Documentation can be found on the MEANStack.io

Repositories

MEANStack.io (Starter) - https://github.com/meanstack-io/meanstack.io

MEANStack (Kernel) - https://github.com/meanstack-io/meanstack

MEANStack-Client (Client) - https://github.com/meanstack-io/meanstack-cli

Copyright & License

Copyright © 2016 MEANStack.io - Licensed under MIT.

Package Sidebar

Install

npm i meanstack.io

Homepage

meanstack.io

Weekly Downloads

0

Version

0.4.0

License

MIT

Last publish

Collaborators

  • meanstack