8000 GitHub - rajzone/angular-app: Reference application for AngularJS
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rajzone/angular-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

AngularJS CRUD application demo


Purpose

The idea is to demonstrate how to write a typical, non-trivial CRUD application using AngularJS. To showcase AngularJS in its most advantageous environment we've set out to write a simplified project management tool supporting teams using the SCRUM methodology. The sample application tries to show best practices when it comes to: folders structure, using modules, testing, communicating with a REST back-end, organizing navigation, addressing security concerns (authentication / authorization).

This sample application is featured in our book where you can find detailed description of the patterns and techniques used to write this code:

We've learned a lot while using and supporting AngularJS on the mailing list and would like to share our experience.

Stack

Build