A Spring Boot Application that enables the users to securely save their files online and enable them to share their files. The application is secured using Spring Security and Thymeleaf is used as the template engine.
-
Install Maven and add it to the path variable
-
Fork & Clone the repo
-
Make sure Maven is installed
mvn --version
-
Open the command line where project is cloned locally
mvn clean install java -jar target/(jar name) (eg: java -jar target/mywebserviceapp-0.0.1-SNAPSHOT.jar)
-
Site is now running at localhost:8080