Giter Site home page Giter Site logo

meanstack-io / meanstack.io Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 3.0 120 KB

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

Home Page: http://meanstack.io

License: Other

JavaScript 91.23% CSS 1.59% HTML 7.18%
meanstack mongodb meanstack-framework angularjs express nodejs mean

meanstack.io's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.