Skip to content

tylik1/angularjs-fundamentals

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular Event Registration — Demo Application for Angular JS

This project is asample application demonstrating a more fully developed realistic single page angular application.

How to use

Clone the repository and run

Running the application

open your command line to the root directory of the repository. run server.sh.

If you are on a windows machine, install the bash shell. Optionally you may run server.bat. Note that after you stop your server, you must change directory back to the root of the project.

Then navigate your browser to http://localhost:<port>/app/index.html to see the app running in your browser. The port may be configured in the scripts/web-server.js file near the top.

Logging in

you can inspect the files in the app/data/user directory, or just use the login "bob"/"bob". Some of the functionality is disabled if you are not logged in.

Server

The server is a simple node server that just writes and reads files from the disk in a restful manner. This keeps the entire project self-contained, but it puts some limitations because the server has no logic whatsoever.

For more information on AngularJS please check out http://angularjs.org/

About

Pluralsight AngularJS Fundamentals Excercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Shell 5.4%
  • Ruby 2.3%
  • CSS 2.1%