Git Product home page Git Product logo

means's Introduction

MEANS

image

MEANS is a boilerplate seed project that gives you a great foundation to start building real-time MongoDB + ExpressJS + AngularJS + SailsJS, single page applications. It uses all the features available in the SailsJS framework and follows the same folder structure.

SailsJS was created by Mike McNeil and has gracefully open sourced it. You can view documentation at http://sailsjs.org

We've created a sample TODO module. Go ahead and sign in with a couple different users in multiple browsers to see how it all works.


Build Status


Getting Started

Prerequisites

Before you begin, you should make sure you have installed all these prerequisites on your development machine.

####Node.js & npm##### Download & Install Node.js and the npm package manager, if you encounter any problems, you can also use this Github Gist to install Node.js.

######MongoDB#### Download & Install MongoDB, and make sure it's running on the default port (27017).

####Bower#### You're going to use the Bower Package Manager to manage your front-end packages, in order to install it make sure you've installed Node.js and npm, then install bower globally using npm:

$ npm install -g bower

####Grunt#### You're going to use the Grunt Task Runner to automate your development process, in order to install it make sure you've installed Node.js and npm, then install grunt globally using npm:

$ npm install -g grunt-cli

Note: Your user might not have the permissions to install package globally, so use a super user or sudo or run with admin provledges for windows command

Ensure you have Sails v0.10 installed on your machine by executing the following commands:

$ sudo npm install sails -g

This will install the CLI globally. Once you have the Sails CLI installed, proceed to execute the following:

$ git clone https://github.com/SharePointOscar/MEANS.git
$ cd into repo folder
$ npm install
$ bower install

This will install all client and server side packages needed. Upon succesfully running the commands above, you are ready to lift your app! At the root of the project run the following

$ sails lift

View the app on your local machine at http://localhost:1337

#Folder Structure #


├── api 								-- server-side 
│   ├── controllers 
│   ├── models 
│   ├── policies 
│   ├── responses 
│   └── services 
├── assets							-- client-side 
│   ├── bower_components 
│   ├── fonts 
│   ├── images 
│   ├── src							-- AngularJS components 
├   	|── app 
		|-- common 
		  |-- directives 
		  ├── models 
		  ├── services 
│   └── styles 
├── config							-- SailsJS Configuration 
│   
 ├── node_modules 
│   
├── tasks							    -- Grunt Tasks 
│   ├── config 
│   └── register 
├── tests								 -- Testing Scripts 
│   ├── e2e 
		  |-- controllers 
│   └── unit
		  |-- adapters 
		  ├── controllers 
		  ├── models   		
 		  ├── policies 
		  ├── services 							
   ├── views 
│   ├── auth 
│   ├── home 
│   └── layouts 

	

Built-in Features

Authentication

The project uses the solid PassportJS authentication module, which supports Local(username/password) and OAuth for Facebook, Twitter, Github etc. Adding providers is as easy as modifying the config/passport.js and specifying your provider information.


Branding

MEANS comes with Bootswatch Themes created by Thomas park to change the Theme, simply modify the assets/styles/importer.less file. We also included Font Awesome


Asset Management

MEANS asset pipeline is streamlined, including additional AngularJS or other frameworks and libraries is as easy as modifying the file located at tasks/pipeline.js


Grunt

Grunt is included with various tasks including concat, minifying, less compiling and uglify, but it is not required. For more detail, view tasks/README.md


Support for Multiple Layouts

It is typical for a website that has membership to have different Layouts than the public section. Because of this, we've demonstrated how you can use a public layout for non-members and a private layout for members.


Internationalization using i18n

SailsJS comes multi-language support, and so we've configured it and show this on the home page of the project.


Unit and e2e Testing (Client-side and Server-side)

We've integrated Grunt Tasks for MochaJS unit testing. We've created two tests, a server-side Controller Unit Test and a server-side Model Unit Test, all successful.

MochaJS Unit Testing

Just use the following command for MochaJS Unit Testing

$ grunt test:unit 

The result of executing this command is shown below.

image

Protractor e2e Testing

Just use the following command for E2E Testing

$ grunt protractor

The result of executing this command is shown below.

image


Screenshots

image




Authors

@SharePointOscar and @jrtgtz


# Roadmap - Document deployment to various clouds such a [Heroku](http://www.heroku.com), [Cloudbees](http://www.cloudbees.com) and others. - Add additional test script for both client-side and server-side
# Contributing All contributions are welcome. For any feature, you should include a test script and ensure all tests are passing.

Please submit Issues via Github

Thanks

This application wouldn't be possible to do if I didn't get some help and support from others. So special thanks goes to people on list below.

The entire team at sailsjs.org, AngularSails and Sailng - for starting the fire

means's People

Contributors

johntom avatar sharepointoscar avatar saniko avatar

Watchers

James Cloos avatar  avatar  avatar

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.