Skip to content

meanstack-io/meanstack.io

0.4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 © 2017 MEANStack.io - Licensed under MIT.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published