Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 668 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 668 Bytes

A WebApp demonstrating AngularJS and appserver.io as RESTful service.

An simple AngularJS singlepage app which makes use of appserver-io as a backend RESTful service as shown in a tutorial.

More Informations

Goto http://appserver.io/get-started/tutorials/building-webapps-using-angular-js-and-appserver-io.html to get more information how the app is built from the scratch.

Simple installation

cd /opt/appserver/webapps
git clone https://github.com/appserver-io-apps/tutorial-angularjs.git myapp
sudo /etc/init.d/appserver restart

IMPORTANT: Please also follow the virtual-hosts configuration instructions to get this demo app working.