Skip to content
/ BookApp Public

A simple web app that uses SpringMVC,AngularJS and MongoDB

Notifications You must be signed in to change notification settings

mesut/BookApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

https://book-n11.herokuapp.com/

About

A simple web app that uses SpringMVC,AngularJS and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published