This is a basic web application built using Spring, AngularJS, and DropzoneJS to demonstrate uploading and downloading of files to and from a database.
Build the Backend module by installing and executing gradle build
to generate a jar in build/libs. The Backend component listens on port 8080.
The Frontend component can simply be run by lauching index.html in a browser.
A complete guide and walkthrough of the code can be found here