Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 590 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 590 Bytes

EasyUpload

This is a basic web application built using Spring, AngularJS, and DropzoneJS to demonstrate uploading and downloading of files to and from a database.

Installation

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