dexdays / AngularJS-RESTful-Sample

It's a Todo sample for AngularJS and Java RESTful

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularJS-RESTful-Sample

It's a Todo sample for AngularJS and Java RESTful

This sample project dependent on Java7 and using Maven to build product.

Getting Started

First, download this project

$ git clone https://github.com/AllenFang/AngularJS-RESTful-Sample.git

Then, open eclipse and select "File > import > Maven > Existing Maven Projects > {Select Directory} > Finish"

Finally, add this project to your Java web container(Ex: tomcat) and run.

Build

$ mvn clean install

Run

$ mvn tomcat7:run

About

It's a Todo sample for AngularJS and Java RESTful


Languages

Language:HTML 45.5%Language:Java 31.7%Language:JavaScript 22.7%