bgao / myapp_seed

The seed for apps using Mongoose.js, Express.js, AngularJS, Node.js (the MEAN stack), Passport.js and Twitter Bootstrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myapp-seed

The seed for apps using Mongoose.js, Express.js, AngularJS, Node.js (the MEAN stack), Passport.js and Twitter Bootstrap.

This project is an application skeleton for a typical web app using Mongoose.js, Express.js, AngularJS, Node.js and Passport.js. You can use it to quickly bootstrap your webapp projects and dev environment for these projects.

The seed is based on the latest Angular-seed and also took ideas of MEAN stack boilerplate. It supports the latest version of AngularJS 1.2.

Prerequisites

  • Node.js - Download and Install Node.js.
  • MongoDB - Download and Install MongoDB

How to use myapp-seed

Clone the my-seed repository Install dependencies:

$ npm install

Start the server:

$ node app.js

Then open a browser and go to:

http://localhost:3000

Credits

About

The seed for apps using Mongoose.js, Express.js, AngularJS, Node.js (the MEAN stack), Passport.js and Twitter Bootstrap.

License:MIT License


Languages

Language:JavaScript 91.1%Language:CSS 8.9%