Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 548 Bytes

File metadata and controls

21 lines (14 loc) · 548 Bytes

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'.