Skip to content

arbazsiddiqui/MEAN-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mean Skeleton

A Todo App built using MEAN stack for quick starting web apps, containing social and local auth, CRUD and best practices to organise codebase.

Authentication is done using passport.js (session based authentication) and is handled by server, Angular getting bootstrapped after the authentication has been finished.


Getting Started

  • Perform a clone of this repo git clone https://github.com/arbazsiddiqui/MEAN-skeleton
  • Install Mongodb on your system.
  • Install the required packages npm install
  • If you want social auth obtain your google and facebook ID's and secret's.
  • Create a secret.js file in the main project folder :
module.exports = {
  googleClientID : 'googleClientID',
  googleClientSecret : 'googleClientSecret',
  facebookClientID : 'facebookClientID',
  facebookClientSecret : 'facebookClientSecret',
  sessionSecret : 'sessionSecret'
};

About

A MVC skeleton for quick starting neat MEAN web apps.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published