Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 312 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 312 Bytes

scalatra-angularjs-examples

Implementation of AngularJS examples using Scalatra to serve RESTful Services.

to run project

cd /root/project

$ sbt

sbt > compile sbt > container:start

to run tests

cd /root/project

$ sbt

sbt > test:compile sbt > test