meanstack.io
v0.4.0
Published
MEANStack.io bringing together the best of MEAN MongoDB, Express, AngularJS and Node.js
Downloads
28
Maintainers
Readme
MEANStack.io
bringing together the best of MEAN MongoDB, Express, AngularJS and Node.js
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.