Skip to content

Web application to securely save and transfer files online

Notifications You must be signed in to change notification settings

Riyagoel2/Storage-Space

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Storage-Space

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.

Quick start

  1. Install Maven and add it to the path variable

  2. Fork & Clone the repo

  3. Make sure Maven is installed

    mvn --version
  4. 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)
  5. Site is now running at localhost:8080

About

Web application to securely save and transfer files online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published