sharepulse/README.md
2024-02-08 00:08:47 +01:00

349 B

A simple file sharing service

Upload a file. Share the URL/link. Download the file.

Simple as that.

Setup development environment

Requirements:

  • Java JDK 21
  • Gradle 8.5
  1. Update spring.profiles.active in application.properties to development
  2. Start external Backend and Database
  3. Run ./gradlew bootRun in the root directory