Skip to content

the example demonstrates how to use angularjs and node to build a system, including the auth functionality and simple web service invocation

Notifications You must be signed in to change notification settings

wwj718/angular-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This project demonstrates how to use angular and node to build a system. It uses several framework, including:

  • express
  • angularjs
  • bootstrap

View the example

You can browse it here.

Run the example

Just run the following command to start the node server:

node server.js

The server will listen on port 3000 and you can browse on http://localhost:3000. For demonstration, the username and password are hard coded, they must all be 'admin'.

About

the example demonstrates how to use angularjs and node to build a system, including the auth functionality and simple web service invocation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published