Skip to content

Instantly share code, notes, and snippets.

@mr-karan
Created July 5, 2015 18:01
Show Gist options
  • Save mr-karan/5c1793c94a78259cdb17 to your computer and use it in GitHub Desktop.
Save mr-karan/5c1793c94a78259cdb17 to your computer and use it in GitHub Desktop.
MEGA Guide to steps in building a MEAN stack App
express project
bootstrap ui
fix angular routes and add templates
$routeprovider
$locationprovider
create templates(views for all routes)
add a service api.js
$resource
database schemas
events
users
API Routes(express)
Mongoose query builder to dynamically construct a database query.(GET)
Add events(POST)
Client-side Authentication
Server-side Authentication
Email Notifications
Optimize
Deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment