Skip to content

Sample Client List application created using Angular.js and Node.js

Notifications You must be signed in to change notification settings

marcoslin/ClientListAng

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClientListAng

ClientListAng is a sample application written with node.js and angularjs.

The primary purpose is to illustrate how to:

  1. Create a RESTful server in node.js
  2. Create a simple HTML5 app using AngularJS
  3. Perform unit and end-to-end test using Karma

How To Run

Start the web and RESTFul server by:
node server.njs

Open your HTML5 browser and go to:
http://localhost:8080

To run unit and e2e test, shutdown the server and run:
utest_run.sh

Requirements:

Node.js

You must install node, and then using the included npm command to install required packages.

  1. node.js >= 0.10.4
  2. express.js >= 3.2.0
  3. step.js >= 0.0.5
  4. sqlite3 >= 2.1.7
  5. karma-runner >= 0.8.5

angular.js

Following packages is installed under www/components directory:

  1. angular.js >= 1.0.6
  2. angular-resource >= 1.0.6
  3. angular-ui-bootstrap >= 0.4.0

Note: installed verison of angular-ui-bootstrap is a custom build with only Alert and Dialog services

Following was installed under www/css directory:

  1. Twitter Bootstrap

About

Sample Client List application created using Angular.js and Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages