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.
- 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
By default the connection provider with MongoDB is disabled by not being configured the connection.
Edit the file "env.js" stating the details of your connection.
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',
...
]
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 can be found on the MEANStack.io
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 © 2017 MEANStack.io - Licensed under MIT.