Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 518 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 518 Bytes

What is Accounts Manager?

Accounts manager is a simple web application that do basic operations (create,read,update and delete) on 2 entities: Account and Role.

Technologies used:

  • Spring MVC with Rest like url for controllers.
  • Spring Security for user/password authentication.
  • Spring Data MongoDB for persistency.
  • Twitter BootStrap for the UI.
  • Jquery for Ajax for REST calls.
  • JQuery DataDatable plugin.
  • Apache Tiles for web page templating.

Run the application:

mvn jetty:run