BookApp
A simple web app that uses SpringMVC,AngularJS and MongoDB
###Technologies used:
MongoHQ for database persistence
Spring Data MongoDB 1.3
Spring 3.2.4 for server-side MVC
AngularJS 1.2 for client-side
Bootstrap 3.0
Mockito for testing
Karma for js testing
Toastr for JavaScript Notifications
Github
Build
To build the WAR file simply run mvn install
. This puts the WAR
file in target/spring-angularjs.war
.
Running Via Jetty
You can run the app in Jetty using mvn jetty:run
.
Once started, the app is available at http://localhost:8080/
.
Access
Use a browser to access to the app
http://localhost:8080/BookApp/
Heroku
You can access to the web app that deployed heroku